Add option to remove basic counters (mcycle/minstret)
This commit is contained in:
@ -23,6 +23,7 @@ case class RocketCoreParams(
|
||||
nBreakpoints: Int = 1,
|
||||
nPMPs: Int = 8,
|
||||
nPerfCounters: Int = 0,
|
||||
haveBasicCounters: Boolean = true,
|
||||
nL2TLBEntries: Int = 0,
|
||||
mtvecInit: Option[BigInt] = Some(BigInt(0)),
|
||||
mtvecWritable: Boolean = true,
|
||||
|
Reference in New Issue
Block a user