Skip to content

Commit

Permalink
Only add SimSerial resource when necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Oct 2, 2020
1 parent f7f71c1 commit 61aa27b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generators/utilities/src/main/scala/Simulator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ object GenerateSimFiles extends App with HasGenerateSimConfig {
out.close()
}
def resources(sim: Simulator): Seq[String] = Seq(
"/testchipip/csrc/SimSerial.cc",
"/testchipip/csrc/SimDRAM.cc",
"/testchipip/csrc/mm.h",
"/testchipip/csrc/mm.cc",
Expand Down

0 comments on commit 61aa27b

Please sign in to comment.