1
0

allow configuration of simulation memory latency

This commit is contained in:
Howard Mao
2016-09-09 15:12:05 -07:00
parent 49bba961cf
commit 9d9f90646d
2 changed files with 23 additions and 7 deletions

View File

@ -74,6 +74,7 @@ class BasePlatformConfig extends Config(
case RTCPeriod => 100 // gives 10 MHz RTC assuming 1 GHz uncore clock
case BuildExampleTop =>
(p: Parameters) => uncore.tilelink2.LazyModule(new ExampleTop(p))
case SimMemLatency => 0
case _ => throw new CDEMatchError
}
}