CsrPluginConfig more var
This commit is contained in:
parent
a33380894c
commit
e357420d11
|
@ -39,10 +39,10 @@ object CsrAccess {
|
|||
case class ExceptionPortInfo(port : Flow[ExceptionCause],stage : Stage, priority : Int, codeWidth : Int)
|
||||
case class CsrPluginConfig(
|
||||
catchIllegalAccess : Boolean,
|
||||
mvendorid : BigInt,
|
||||
marchid : BigInt,
|
||||
mimpid : BigInt,
|
||||
mhartid : BigInt,
|
||||
var mvendorid : BigInt,
|
||||
var marchid : BigInt,
|
||||
var mimpid : BigInt,
|
||||
var mhartid : BigInt,
|
||||
misaExtensionsInit : Int,
|
||||
misaAccess : CsrAccess,
|
||||
mtvecAccess : CsrAccess,
|
||||
|
|
Loading…
Reference in New Issue