abstract class DmaSgTester extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DmaSgTester
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Type Members
Abstract Value Members
Concrete 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 allowWrite(address: Long): Unit
- def allowWrite(address: Long, value: Byte): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val channelAgent: Seq[SimThread]
- def channelBusy(channel: Int): Boolean
- def channelConfig(channel: Int, fifoBase: Int, fifoBytes: Int, priority: Int, weight: Int): Unit
- def channelInterruptConfigure(channel: Int, mask: Int): Unit
- def channelPopMemory(channel: Int, address: BigInt, bytePerBurst: Int): Unit
- def channelPopStream(channel: Int, portId: Int, sourceId: Int, sinkId: Int, withLast: Boolean): Unit
- def channelProgress(channel: Int): Int
- def channelPushMemory(channel: Int, address: BigInt, bytePerBurst: Int): Unit
- def channelPushStream(channel: Int, portId: Int, sourceId: Int, sinkId: Int, completionOnPacket: Boolean = false): Unit
- def channelSgBusy(channel: Int): Boolean
- def channelStart(channel: Int, bytes: BigInt, selfRestart: Boolean): Unit
- def channelStartAndWait(channel: Int, bytes: BigInt, doCount: Int): Unit
- def channelStartSg(channel: Int, head: Long): Unit
- def channelStop(channel: Int): Unit
- def channelToAddress(channel: Int): Int
- def channelWaitCompletion(channel: Int): Unit
- def channelWaitSgDone(channel: Int): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def ctrlRead(address: BigInt): BigInt
- def ctrlWrite(data: BigInt, address: BigInt): Unit
- 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
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val inputs: IndexedSeq[AnyRef { ... /* 5 definitions in type refinement */ }]
- val inputsTrasher: Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def log(that: String): Unit
- val memoryReserved: MemoryRegionAllocator
- val mutex: SimMutex
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val outputs: IndexedSeq[AnyRef { ... /* 4 definitions in type refinement */ }]
- 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]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def waitCompletion(): Unit
- def writeDescriptor(address: Long, push: Long, pop: Long, size: Long, next: Long, completed: Boolean, m2sLast: Boolean = false): Unit
- def writeNotification(address: Long, value: Byte): Unit
- def writeTail(address: Long): Unit
- val writesAllowed: HashMap[Long, (Byte, Int, Boolean)]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated