update rocket-chip again

This commit is contained in:
Howard Mao
2018-04-18 17:13:07 -07:00
parent b599514934
commit 4c8c6e29f0
6 changed files with 17 additions and 9 deletions

View File

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