package
sim
Type Members
-
case class
Axi4Master(axi: Axi4, clockDomain: ClockDomain, name: String = "unnamed") extends Product with Serializable
-
-
-
-
-
-
-
case class
AxiJob(address: Long, burstLength: Int, burstSize: Int, burstType: Int, id: Long) extends Product with Serializable
-
case class
AxiMemorySim(axi: Axi4, clockDomain: ClockDomain, config: AxiMemorySimConfig) extends Product with Serializable
-
case class
AxiMemorySimConfig(maxOutstandingReads: Int = 8, maxOutstandingWrites: Int = 8, readResponseDelay: Int = 0, writeResponseDelay: Int = 0, interruptProbability: Int = 0, interruptMaxDelay: Int = 0, defaultBurstType: Int = 1, useAlteraBehavior: Boolean = false) extends Product with Serializable
-
class
MemoryPage extends AnyRef
-
case class
SparseMemory() extends Product with Serializable
Simulation master for the Axi4 bus protocol spinal.lib.bus.amba4.axi.Axi4.
bus master to drive
clock domain to sample data on