package apb
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
Apb3(config: Apb3Config) extends Bundle with IMasterSlave with Product with Serializable
AMBA 3 APB Protocol interface
- case class Apb3CC(config: Apb3Config, inputClock: ClockDomain, outputClock: ClockDomain) extends Component with Product with Serializable
-
class
Apb3CCToggle extends Component
Apb3 Cross Clock Domain by toggling
- case class Apb3Config(addressWidth: Int, dataWidth: Int, selWidth: Int = 1, useSlaveError: Boolean = true) extends Product with Serializable
- class Apb3Decoder extends Component
- case class Apb3Dummy(config: Apb3Config) extends Component with Product with Serializable
- case class Apb3Gpio(gpioWidth: Int, withReadSync: Boolean) extends Component with Product with Serializable
- class Apb3Router extends Component
- class Apb3SlaveFactory extends BusSlaveFactoryDelayed
- class Apb3ToBmb extends Component
Value Members
- object Apb3 extends Serializable
- object Apb3Decoder
- object Apb3Gpio extends Serializable
- object Apb3Router
- object Apb3SlaveFactory
- object Apb3ToBmb