Packages

package sim

Type Members

  1. abstract class Axi4ReadOnlyMasterAgent extends AnyRef
  2. abstract class Axi4ReadOnlyMonitor extends AnyRef
  3. class Axi4ReadOnlySlaveAgent extends AnyRef
  4. abstract class Axi4WriteOnlyMasterAgent extends AnyRef
  5. abstract class Axi4WriteOnlyMonitor extends AnyRef
  6. class Axi4WriteOnlySlaveAgent extends AnyRef
  7. case class AxiJob(address: Long, burstLength: Int, burstSize: Int, burstType: Int, id: Long) extends Product with Serializable
  8. case class AxiMemorySim(axi: Axi4, clockDomain: ClockDomain, config: AxiMemorySimConfig) extends Product with Serializable
  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

    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
  11. case class SparseMemory() extends Product with Serializable

Ungrouped