Add TLMemoryML507 stub and integration

This commit is contained in:
2018-04-11 22:26:14 +02:00
parent 0134a8f4dc
commit 8e4eaf6603
3 changed files with 61 additions and 3 deletions

View File

@ -14,6 +14,8 @@ import sifive.blocks.devices.gpio._
import sifive.blocks.devices.spi._
import sifive.blocks.devices.uart._
import sifive.freedom.unleashed.u500ml507devkit.fpga._
//-------------------------------------------------------------------------
// U500ML507DevKitSystem
//-------------------------------------------------------------------------
@ -24,7 +26,8 @@ class U500ML507DevKitSystem(implicit p: Parameters) extends RocketSubsystem
with HasSystemErrorSlave
with HasPeripheryUART
with HasPeripherySPI
with HasPeripheryGPIO {
with HasPeripheryGPIO
with HasMemoryML507 {
override lazy val module = new U500ML507DevKitSystemModule(this)
}