update rocket-chip again
This commit is contained in:
@@ -8,7 +8,7 @@ import freechips.rocketchip.util.DontTouch
|
||||
import testchipip._
|
||||
|
||||
class ExampleTop(implicit p: Parameters) extends RocketSubsystem
|
||||
with HasMasterAXI4MemPort
|
||||
with CanHaveMasterAXI4MemPort
|
||||
with HasPeripheryBootROM
|
||||
with HasSystemErrorSlave
|
||||
with HasSyncExtInterrupts
|
||||
@@ -19,7 +19,7 @@ class ExampleTop(implicit p: Parameters) extends RocketSubsystem
|
||||
|
||||
class ExampleTopModule[+L <: ExampleTop](l: L) extends RocketSubsystemModuleImp(l)
|
||||
with HasRTCModuleImp
|
||||
with HasMasterAXI4MemPortModuleImp
|
||||
with CanHaveMasterAXI4MemPortModuleImp
|
||||
with HasPeripheryBootROMModuleImp
|
||||
with HasExtInterruptsModuleImp
|
||||
with HasNoDebugModuleImp
|
||||
|
||||
Reference in New Issue
Block a user