Packages

c

spinal.lib.bus.amba4.axi.sim

Axi4ReadOnlySlaveAgent

class Axi4ReadOnlySlaveAgent extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Axi4ReadOnlySlaveAgent
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Axi4ReadOnlySlaveAgent(bus: Axi4, clockDomain: ClockDomain, withReadInterleaveInBurst: Boolean, withArReordering: Boolean)
  2. new Axi4ReadOnlySlaveAgent(bus: Axi4ReadOnly, clockDomain: ClockDomain, withReadInterleaveInBurst: Boolean, withArReordering: Boolean)
  3. new Axi4ReadOnlySlaveAgent(bus: Axi4, clockDomain: ClockDomain)
  4. new Axi4ReadOnlySlaveAgent(bus: Axi4ReadOnly, clockDomain: ClockDomain)
  5. new Axi4ReadOnlySlaveAgent(ar: Stream[Axi4Ar], r: Stream[Axi4R], clockDomain: ClockDomain, withReadInterleaveInBurst: Boolean = true, withArReordering: Boolean = true)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val arDriver: StreamReadyRandomizer[Axi4Ar]
  5. val arIdQueue: Queue[Int]
  6. val arMonitor: StreamMonitor[Axi4Ar]
  7. val arQueue: Queue[Int]
  8. var arQueueDepth: Int
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. var baseLatency: Long
  11. val busConfig: Axi4Config
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. val idCount: Int
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def onReadStart(address: BigInt, size: Int, length: Int): Unit
  23. val rDriver: StreamDriver[Axi4R]
  24. var rPending: Int
  25. val rQueue: Array[Queue[(Boolean, () ⇒ Unit)]]
  26. var rQueueDepth: Int
  27. var rQueueLock: Queue[(Boolean, () ⇒ Unit)]
  28. def readByte(address: BigInt): Byte
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped