c

spinal.lib.system.dma.sg

DmaSgTesterCtrl

abstract class DmaSgTesterCtrl extends AnyRef

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

Instance Constructors

  1. new DmaSgTesterCtrl(clockDomain: ClockDomain)

Abstract Value Members

  1. abstract def ctrlReadHal(address: BigInt): BigInt
  2. abstract def ctrlWriteHal(data: BigInt, address: BigInt): Unit

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def channelBusy(channel: Int): Boolean
  6. def channelConfig(channel: Int, fifoBase: Int, fifoBytes: Int, priority: Int, weight: Int): Unit
  7. def channelInterruptConfigure(channel: Int, mask: Int): Unit
  8. def channelPopMemory(channel: Int, address: BigInt, bytePerBurst: Int): Unit
  9. def channelPopStream(channel: Int, portId: Int, sourceId: Int, sinkId: Int, withLast: Boolean): Unit
  10. def channelProgress(channel: Int): Int
  11. def channelPushMemory(channel: Int, address: BigInt, bytePerBurst: Int): Unit
  12. def channelPushStream(channel: Int, portId: Int, sourceId: Int, sinkId: Int, completionOnPacket: Boolean = false): Unit
  13. def channelSgBusy(channel: Int): Boolean
  14. def channelStart(channel: Int, bytes: BigInt, selfRestart: Boolean): Unit
  15. def channelStartAndWait(channel: Int, bytes: BigInt): Unit
  16. def channelStartSg(channel: Int, head: Long): Unit
  17. def channelStop(channel: Int): Unit
  18. def channelToAddress(channel: Int): Int
  19. def channelWaitCompletion(channel: Int): Unit
  20. def channelWaitSgDone(channel: Int): Unit
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  22. def ctrlRead(address: BigInt): BigInt
  23. def ctrlWrite(data: BigInt, address: BigInt): Unit
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val mutex: SimMutex
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. 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