spinal.lib.bus.amba4

axilite

package axilite

Visibility
  1. Public
  2. All

Type Members

  1. case class AxiLite4(config: AxiLite4Config) extends Bundle with IMasterSlave with Product with Serializable

    Axi Lite interface definition

    Axi Lite interface definition

    config

    Axi Lite configuration class

  2. case class AxiLite4Ax(config: AxiLite4Config) extends Bundle with Product with Serializable

    Definition of the Write/Read address channel

    Definition of the Write/Read address channel

    config

    Axi Lite configuration class

  3. case class AxiLite4B(config: AxiLite4Config) extends Bundle with Product with Serializable

    Definition of the Write response channel

    Definition of the Write response channel

    config

    Axi Lite configuration class

  4. case class AxiLite4Config(addressWidth: Int, dataWidth: Int) extends Product with Serializable

    Configuration class for the Axi Lite bus

    Configuration class for the Axi Lite bus

    addressWidth

    Width of the address bus

    dataWidth

    Width of the data bus

  5. case class AxiLite4R(config: AxiLite4Config) extends Bundle with Product with Serializable

    Definition of the Read data channel

    Definition of the Read data channel

    config

    Axi Lite configuration class

  6. case class AxiLite4ReadOnly(config: AxiLite4Config) extends Bundle with IMasterSlave with Product with Serializable

  7. class AxiLite4SimpleReadDma extends Component

  8. case class AxiLite4SimpleReadDmaCmd(axiLiteConfig: AxiLite4Config) extends Bundle with Product with Serializable

    Created by PIC on 30.05.2015.

  9. class AxiLite4SlaveFactory extends BusSlaveFactoryDelayed

  10. case class AxiLite4W(config: AxiLite4Config) extends Bundle with Product with Serializable

    Definition of the Write data channel

    Definition of the Write data channel

    config

    Axi Lite configuration class

  11. case class AxiLite4WriteOnly(config: AxiLite4Config) extends Bundle with IMasterSlave with Product with Serializable

Value Members

  1. object AxiLite4 extends Serializable

    Definition of the constants used by the AXI Lite bus

  2. object AxiLite4SpecRenamer

Ungrouped