1
0

Add local interrupts to core (but not yet to coreplex)

This commit is contained in:
Andrew Waterman
2017-03-24 14:49:12 -07:00
parent 069858a20c
commit c7c357e716
5 changed files with 25 additions and 11 deletions

View File

@@ -17,6 +17,7 @@ case class RocketCoreParams(
useDebug: Boolean = true,
useAtomics: Boolean = true,
useCompressed: Boolean = true,
nLocalInterrupts: Int = 0,
nBreakpoints: Int = 1,
nPMPs: Int = 8,
nPerfCounters: Int = 0,