Add local interrupts to core (but not yet to coreplex)
This commit is contained in:
@ -23,6 +23,7 @@ trait CoreParams {
|
||||
val decodeWidth: Int
|
||||
val retireWidth: Int
|
||||
val instBits: Int
|
||||
val nLocalInterrupts: Int
|
||||
}
|
||||
|
||||
trait HasCoreParameters extends HasTileParameters {
|
||||
|
Reference in New Issue
Block a user