spinal.lib.bus.amba3

ahblite

package ahblite

Visibility
  1. Public
  2. All

Type Members

  1. case class AhbLite3(config: AhbLite3Config) extends Bundle with IMasterSlave with Product with Serializable

  2. case class AhbLite3Arbiter(AhbLite3Config: AhbLite3Config, inputsCount: Int) extends Component with Product with Serializable

  3. case class AhbLite3Config(addressWidth: Int, dataWidth: Int) extends Product with Serializable

  4. case class AhbLite3CrossbarFactory(AhbLite3Config: AhbLite3Config) extends Product with Serializable

  5. case class AhbLite3CrossbarSlaveConfig(mapping: SizeMapping) extends Product with Serializable

  6. case class AhbLite3CrossbarSlaveConnection(master: AhbLite3) extends Product with Serializable

  7. case class AhbLite3Decoder(AhbLite3Config: AhbLite3Config, decodings: Seq[SizeMapping]) extends Component with Product with Serializable

  8. case class AhbLite3Master(config: AhbLite3Config) extends Bundle with IMasterSlave with Product with Serializable

  9. case class AhbLite3OnChipRam(AhbLite3Config: AhbLite3Config, byteCount: BigInt) extends Component with Product with Serializable

  10. class AhbLite3OnChipRom extends Component

  11. case class AhbLite3ToApb3Bridge(ahbConfig: AhbLite3Config, apbConfig: Apb3Config) extends Component with Product with Serializable

Value Members

  1. object AhbLite3 extends Serializable

    Created by PIC32F_USER on 07/08/2016.

  2. object AhbLite3OnChipRam extends Serializable

  3. object AhbLite3ToApb3Bridge extends Serializable

  4. object AhbLite3ToApb3BridgePhase extends SpinalEnum

Ungrouped