spinal.lib.bus.amba3

apb

package apb

Visibility
  1. Public
  2. All

Type Members

  1. case class Apb3(config: Apb3Config) extends Bundle with IMasterSlave with Product with Serializable

  2. case class Apb3Config(addressWidth: Int, dataWidth: Int, selWidth: Int = 1, useSlaveError: Boolean = true) extends Product with Serializable

  3. class Apb3Decoder extends Component

  4. case class Apb3Gpio(gpioWidth: Int) extends Component with Product with Serializable

  5. class Apb3Router extends Component

  6. class Apb3SlaveFactory extends BusSlaveFactoryDelayed

Value Members

  1. object Apb3 extends Serializable

  2. object Apb3Decoder

  3. object Apb3Gpio extends Serializable

  4. object Apb3Router

  5. object Apb3SlaveFactory

Ungrouped