Skip to content

Commit

Permalink
Merge pull request #683 from ucb-bar/unify-fesvr
Browse files Browse the repository at this point in the history
Unify htif implementation with firesim
  • Loading branch information
jerryz123 authored Oct 12, 2020
2 parents b583276 + 0c46ed1 commit 8f86b6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions generators/utilities/src/main/scala/Simulator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ object GenerateSimFiles extends App with HasGenerateSimConfig {
}
def resources(sim: Simulator): Seq[String] = Seq(
"/testchipip/csrc/SimSerial.cc",
"/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 8f86b6d

Please sign in to comment.