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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def handleAr(ar: Stream[Axi4Ar]): Unit

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

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

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

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

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val memory: SparseMemory

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

    Permalink
    Definition Classes
    AnyRef
  20. def newAxiJob(address: Long, burstLength: Int): AxiJob

    Permalink
  21. final def notify(): Unit

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

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

    Permalink
  24. val pending_writes: Queue[AxiJob]

    Permalink
  25. def reset(): Unit

    Permalink
  26. def start(): Unit

    Permalink
  27. def stop(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. 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