Class

spinal.lib.system.dma.sg

DmaSgTesterCtrl

Related Doc: package sg

Permalink

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)

    Permalink

Abstract Value Members

  1. abstract def ctrlReadHal(address: BigInt): BigInt

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

    Permalink

Concrete 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. def channelBusy(channel: Int): Boolean

    Permalink
  6. def channelConfig(channel: Int, fifoBase: Int, fifoBytes: Int, priority: Int, weight: Int): Unit

    Permalink
  7. def channelInterruptConfigure(channel: Int, mask: Int): Unit

    Permalink
  8. def channelPopMemory(channel: Int, address: BigInt, bytePerBurst: Int): Unit

    Permalink
  9. def channelPopStream(channel: Int, portId: Int, sourceId: Int, sinkId: Int, withLast: Boolean): Unit

    Permalink
  10. def channelProgress(channel: Int): Int

    Permalink
  11. def channelPushMemory(channel: Int, address: BigInt, bytePerBurst: Int): Unit

    Permalink
  12. def channelPushStream(channel: Int, portId: Int, sourceId: Int, sinkId: Int, completionOnPacket: Boolean = false): Unit

    Permalink
  13. def channelSgBusy(channel: Int): Boolean

    Permalink
  14. def channelStart(channel: Int, bytes: BigInt, selfRestart: Boolean): Unit

    Permalink
  15. def channelStartAndWait(channel: Int, bytes: BigInt): Unit

    Permalink
  16. def channelStartSg(channel: Int, head: Long): Unit

    Permalink
  17. def channelStop(channel: Int): Unit

    Permalink
  18. def channelToAddress(channel: Int): Int

    Permalink
  19. def channelWaitCompletion(channel: Int): Unit

    Permalink
  20. def channelWaitSgDone(channel: Int): Unit

    Permalink
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  22. def ctrlRead(address: BigInt): BigInt

    Permalink
  23. def ctrlWrite(data: BigInt, address: BigInt): Unit

    Permalink
  24. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. val mutex: SimMutex

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

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from Any

Ungrouped