Skip to content

Commit

Permalink
Rename testchip_fesvr to testchip_tsi
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Oct 9, 2020
1 parent 25129c2 commit 0c46ed1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions generators/utilities/src/main/scala/Simulator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ object GenerateSimFiles extends App with HasGenerateSimConfig {
}
def resources(sim: Simulator): Seq[String] = Seq(
"/testchipip/csrc/SimSerial.cc",
"/testchipip/csrc/testchip_fesvr.cc",
"/testchipip/csrc/testchip_fesvr.h",
"/testchipip/csrc/testchip_tsi.cc",
"/testchipip/csrc/testchip_tsi.h",
"/testchipip/csrc/SimDRAM.cc",
"/testchipip/csrc/mm.h",
"/testchipip/csrc/mm.cc",
Expand Down

0 comments on commit 0c46ed1

Please sign in to comment.