1
0

Factor out some of HaveRocketTiles into HaveTiles

This commit is contained in:
Andrew Waterman
2017-10-06 00:56:23 -07:00
parent 34e96c03b1
commit 70a4127cb8
4 changed files with 24 additions and 14 deletions

View File

@ -65,6 +65,7 @@ case class TraceGenParams(
memStart: BigInt, //p(ExtMem).base
numGens: Int) extends GroundTestTileParams {
def build(i: Int, p: Parameters): GroundTestTile = new TraceGenTile(i, this)(p)
val hartid = 0
val trace = false
}