package localbus
Type Members
- case class MemBus(c: MemBusConfig) extends Interface with IMasterSlave with Product with Serializable
- case class MemBusConfig(aw: Int, dw: Int) extends Product with Serializable
- case class MemBusDriver(bus: MemBus, clockdomain: ClockDomain) extends Product with Serializable
- class MemVIP extends AnyRef
- case class MinBus(c: MinBusConfig) extends Interface with IMasterSlave with Product with Serializable
- case class MinBusConfig(aw: Int, dw: Int, pw: Int = 4, withStrb: Boolean = false) extends Product with Serializable