CsrPluginConfig more var

This commit is contained in:
Dolu1990 2023-03-29 11:10:45 +02:00
parent a33380894c
commit e357420d11
1 changed files with 4 additions and 4 deletions

View File

@ -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,