class Axi4CheckerPrimary extends AnyRef
Class simulating an Axi4 primary actor. It handles: transaction scheduling, transaction emission, and basic protocol checks.
- Alphabetic
- By Inheritance
- Axi4CheckerPrimary
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Axi4CheckerPrimary(axi: Axi4, clockDomain: ClockDomain)
Creates an Axi4 primary checker/handler
Creates an Axi4 primary checker/handler
- axi
The Axi4 bus to handle and check.
- clockDomain
The clock domain associated with the bus.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addRead(job: Axi4ARJob): Unit
Enqueue new read job to be placed on the bus and completed.
Enqueue new read job to be placed on the bus and completed.
- job
The Axi4ARJob describing the read transaction to be performed.
- def addWrite(addrJob: Axi4AWJob, dataJob: Axi4WJob): Unit
Enqueue new write job to be placed on the bus and completed.
- def allReadsCompleted(): Boolean
Indicate whether there are any pending read transactions.
Indicate whether there are any pending read transactions.
- returns
completed
true
if no read transactions are pending.
- def allWritesCompleted(): Boolean
Indicate whether there are any pending write transactions.
Indicate whether there are any pending write transactions.
- returns
completed
true
if no write transactions are pending.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getReadBandwidth(): Double
Obtain current read bandwidth in byte per clock cycle (B/cc)
Obtain current read bandwidth in byte per clock cycle (B/cc)
- returns
bandwidth The read bandwidth experienced by the primary.
- def getWriteBandwidth(): Double
Obtain current write bandwidth in byte per clock cycle (B/cc)
Obtain current write bandwidth in byte per clock cycle (B/cc)
- returns
bandwidth The write bandwidth experienced by the primary.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def reset(): Unit
Reset read and write bandwidth measurements variables
- def resetRead(): Unit
Reset read bandwidth measurements variables
- def resetWrite(): Unit
Reset write bandwidth measurements variables
- def start(): Unit
Start timer for read and write bandwidth measurements.
- def startRead(): Unit
Start timer for read bandwidth measurement.
- def startWrite(): Unit
Start timer for write bandwidth measurement.
- def stopRead(): Unit
Stop timer for read bandwidth measurement.
- def stopWrite(): Unit
Stop timer for write bandwidth measurement.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)