Class

spinal.lib.bus.amba4.axi.sim

AxiMemorySim

Related Doc: package sim

Permalink

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AxiMemorySim
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AxiMemorySim(axi: Axi4, clockDomain: ClockDomain, config: AxiMemorySimConfig)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val axi: Axi4

    Permalink
  6. val busWordWidth: Int

    Permalink

    Bus word width in bytes

  7. val clockDomain: ClockDomain

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. val config: AxiMemorySimConfig

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def getBurst(ax: Axi4Ax): Int

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def getId(ax: Axi4Ax): Long

    Permalink
  14. def getLen(ax: Axi4Ax): Int

    Permalink
  15. def getSize(ax: Axi4Ax): Int

    Permalink
  16. def getSizeAndCheck(ax: Axi4Ax): Int

    Permalink
  17. def getStrb(w: Axi4W): BigInt

    Permalink
  18. def handleAr(ar: Stream[Axi4Ar]): Unit

    Permalink
  19. def handleAw(aw: Stream[Axi4Aw]): Unit

    Permalink
  20. def handleAwAndW(w: Stream[Axi4W], aw: Stream[Axi4Aw], b: Stream[Axi4B]): Unit

    Permalink

    Handle write command, write, and write response channel as implemented by Altera/Intel on their Cyclone 5 platform.

    Handle write command, write, and write response channel as implemented by Altera/Intel on their Cyclone 5 platform. Their implementation behaves as all three channels are coupled. The implementation waits until all words for a write operation have been transfered. Then it asserts the AWREADY to accept the write command. After that, BVALID is asserted.

    w

    AXI write channel

    aw

    AXI write command channel

    b

    AXI write response channel

  21. def handleR(r: Stream[Axi4R]): Unit

    Permalink
  22. def handleW(w: Stream[Axi4W], b: Stream[Axi4B]): Unit

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. val maxBurstSize: Int

    Permalink
  25. val memory: SparseMemory

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def newAxiJob(ax: Axi4Ax): AxiJob

    Permalink
  28. def newAxiJob(address: Long, burstLength: Int, burstSize: Int, burstType: Int, id: Long): AxiJob

    Permalink
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. val pending_reads: Queue[AxiJob]

    Permalink
  32. val pending_writes: Queue[AxiJob]

    Permalink
  33. def reset(): Unit

    Permalink
  34. def setLast(r: Axi4R, last: Boolean): Unit

    Permalink
  35. def start(): Unit

    Permalink
  36. def stop(): Unit

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. val threads: Queue[SimThread]

    Permalink
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped