Package

spinal.lib.bus

localbus

Permalink

package localbus

Visibility
  1. Public
  2. All

Type Members

  1. case class MemBus(c: MemBusConfig) extends Interface with IMasterSlave with Product with Serializable

    Permalink
  2. case class MemBusConfig(aw: Int, dw: Int) extends Product with Serializable

    Permalink
  3. case class MemBusDriver(bus: MemBus, clockdomain: ClockDomain) extends Product with Serializable

    Permalink
  4. class MemVIP extends AnyRef

    Permalink
  5. case class MinBus(c: MinBusConfig) extends Interface with IMasterSlave with Product with Serializable

    Permalink
  6. case class MinBusConfig(aw: Int, dw: Int, pw: Int = 4, withStrb: Boolean = false) extends Product with Serializable

    Permalink

Value Members

  1. package sim

    Permalink

Ungrouped