Bump rocket-chip

- Update Scala version to 2.12.4; work around SBT multi-project idiosyncrasies
- Remove HasSystemErrorSlave
This commit is contained in:
Albert Ou
2018-09-29 13:30:07 -07:00
parent a3684d01dd
commit 220aeea4c8
5 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ import testchipip._
class ExampleTop(implicit p: Parameters) extends RocketSubsystem
with CanHaveMasterAXI4MemPort
with HasPeripheryBootROM
with HasSystemErrorSlave
// with HasSystemErrorSlave
with HasSyncExtInterrupts
with HasNoDebug
with HasPeripherySerial {