Add testchip_fesvr to uncondtionally used resources

This commit is contained in:
Jerry Zhao
2020-10-02 13:07:42 -07:00
parent d71c3b6357
commit 25129c27ca

View File

@@ -83,6 +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/SimDRAM.cc",
"/testchipip/csrc/mm.h",
"/testchipip/csrc/mm.cc",