package axilite
- Alphabetic
- Public
- All
Type Members
-
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
-
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
-
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
-
case class
AxiLite4Config(addressWidth: Int, dataWidth: Int, readIssuingCapability: Int = -1, writeIssuingCapability: Int = -1, combinedIssuingCapability: Int = -1, readDataReorderingDepth: Int = -1) 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
-
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
- case class AxiLite4ReadOnly(config: AxiLite4Config) extends Bundle with IMasterSlave with Product with Serializable
- class AxiLite4SimpleReadDma extends Component
-
case class
AxiLite4SimpleReadDmaCmd(axiLiteConfig: AxiLite4Config) extends Bundle with Product with Serializable
Created by PIC on 30.05.2015.
- class AxiLite4SlaveFactory extends BusSlaveFactoryDelayed
-
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
- case class AxiLite4WriteOnly(config: AxiLite4Config) extends Bundle with IMasterSlave with Product with Serializable
Value Members
-
object
AxiLite4 extends Serializable
Definition of the constants used by the AXI Lite bus
-
object
AxiLite4B extends Serializable
Companion object to create hard-wired AXI responses.
- object AxiLite4SlaveFactory
- object AxiLite4SpecRenamer
- object AxiLite4Utils