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 ExceptionPortInfo(port : Flow[ExceptionCause],stage : Stage, priority : Int, codeWidth : Int)
|
||||||
case class CsrPluginConfig(
|
case class CsrPluginConfig(
|
||||||
catchIllegalAccess : Boolean,
|
catchIllegalAccess : Boolean,
|
||||||
mvendorid : BigInt,
|
var mvendorid : BigInt,
|
||||||
marchid : BigInt,
|
var marchid : BigInt,
|
||||||
mimpid : BigInt,
|
var mimpid : BigInt,
|
||||||
mhartid : BigInt,
|
var mhartid : BigInt,
|
||||||
misaExtensionsInit : Int,
|
misaExtensionsInit : Int,
|
||||||
misaAccess : CsrAccess,
|
misaAccess : CsrAccess,
|
||||||
mtvecAccess : CsrAccess,
|
mtvecAccess : CsrAccess,
|
||||||
|
|
Loading…
Reference in New Issue