Add TLMemoryML507 stub and integration
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user