Add instruction-trace port
This commit is contained in:
@ -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 trace = false
|
||||
}
|
||||
|
||||
trait HasTraceGenParams {
|
||||
|
Reference in New Issue
Block a user