Package

spinal.lib.bus.amba4.axi

sim

Permalink

package sim

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Axi4ReadOnlyMasterAgent extends AnyRef

    Permalink
  2. abstract class Axi4ReadOnlyMonitor extends AnyRef

    Permalink
  3. class Axi4ReadOnlySlaveAgent extends AnyRef

    Permalink
  4. abstract class Axi4WriteOnlyMasterAgent extends AnyRef

    Permalink
  5. abstract class Axi4WriteOnlyMonitor extends AnyRef

    Permalink
  6. class Axi4WriteOnlySlaveAgent extends AnyRef

    Permalink
  7. case class AxiJob(address: Long, burstLength: Int, burstSize: Int, burstType: Int, id: Long) extends Product with Serializable

    Permalink
  8. case class AxiMemorySim(axi: Axi4, clockDomain: ClockDomain, config: AxiMemorySimConfig) extends Product with Serializable

    Permalink
  9. 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

    Permalink

    Configuration class for the AxiMemorySim.

    Configuration class for the AxiMemorySim.

    useAlteraBehavior

    Couple write command and write channel as in the Altera Cyclone 5 F2H_SDRAM port.

  10. class MemoryPage extends AnyRef

    Permalink
  11. case class SparseMemory() extends Product with Serializable

    Permalink

Ungrouped