1
0

[tracegen] remove TL1 noisemaker, use io.finish and catch simulation exit (#528)

This commit is contained in:
Henry Cook
2017-01-25 12:10:49 -08:00
committed by GitHub
parent d1dedd25e7
commit 0fe2899c74
3 changed files with 5 additions and 67 deletions

View File

@ -149,7 +149,7 @@ class WithCacheRegressionTest extends Config((site, here, up) => {
class WithTraceGen extends Config((site, here, up) => {
case GroundTestKey => Seq.fill(site(NTiles)) {
GroundTestTileSettings(uncached = 1, cached = 1)
GroundTestTileSettings(uncached = 0, cached = 1)
}
case BuildGroundTest =>
(p: Parameters) => Module(new GroundTestTraceGenerator()(p))