package ahblite
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AhbLite3(config: AhbLite3Config) extends Bundle with IMasterSlave with Product with Serializable
- case class AhbLite3Arbiter(AhbLite3Config: AhbLite3Config, inputsCount: Int) extends Component with Product with Serializable
- case class AhbLite3Config(addressWidth: Int, dataWidth: Int) extends Product with Serializable
- case class AhbLite3CrossbarFactory(AhbLite3Config: AhbLite3Config) extends Product with Serializable
- case class AhbLite3CrossbarSlaveConfig(mapping: SizeMapping) extends Product with Serializable
- case class AhbLite3CrossbarSlaveConnection(master: AhbLite3) extends Product with Serializable
- case class AhbLite3Decoder(AhbLite3Config: AhbLite3Config, decodings: Seq[SizeMapping]) extends Component with Product with Serializable
- case class AhbLite3Master(config: AhbLite3Config) extends Bundle with IMasterSlave with Product with Serializable
- case class AhbLite3OnChipRam(AhbLite3Config: AhbLite3Config, byteCount: BigInt) extends Component with Product with Serializable
- class AhbLite3OnChipRom extends Component
- case class AhbLite3ToApb3Bridge(ahbConfig: AhbLite3Config, apbConfig: Apb3Config) extends Component with Product with Serializable
Value Members
-
object
AhbLite3 extends Serializable
Created by PIC32F_USER on 07/08/2016.
- object AhbLite3OnChipRam extends Serializable
- object AhbLite3ToApb3Bridge extends Serializable
- object AhbLite3ToApb3BridgePhase extends SpinalEnum