[tracegen] remove TL1 noisemaker, use io.finish and catch simulation exit (#528)
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user