Allow CsrPlugin config access
This commit is contained in:
parent
8abc06c8f2
commit
9b49638654
|
@ -310,7 +310,7 @@ trait IContextSwitching{
|
||||||
def isContextSwitching : Bool
|
def isContextSwitching : Bool
|
||||||
}
|
}
|
||||||
|
|
||||||
class CsrPlugin(config: CsrPluginConfig) extends Plugin[VexRiscv] with ExceptionService with PrivilegeService with InterruptionInhibitor with ExceptionInhibitor with IContextSwitching with CsrInterface{
|
class CsrPlugin(val config: CsrPluginConfig) extends Plugin[VexRiscv] with ExceptionService with PrivilegeService with InterruptionInhibitor with ExceptionInhibitor with IContextSwitching with CsrInterface{
|
||||||
import config._
|
import config._
|
||||||
import CsrAccess._
|
import CsrAccess._
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue