Class

spinal.lib.system.dma.sg

DmaSgTester

Related Doc: package sg

Permalink

abstract class DmaSgTester extends AnyRef

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

Instance Constructors

  1. new DmaSgTester(p: Parameter, clockDomain: ClockDomain, inputsIo: Seq[Bsb], outputsIo: Seq[Bsb], interruptsIo: Bits, memory: SparseMemory, dut: Core[_])

    Permalink

Type Members

  1. case class Packet(source: Int, sink: Int, last: Boolean) extends Product with Serializable

    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. def allowWrite(address: Long): Unit

    Permalink
  5. def allowWrite(address: Long, value: Byte): Unit

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val channelAgent: Seq[SimThread]

    Permalink
  8. def channelBusy(channel: Int): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  24. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  31. val inputs: IndexedSeq[AnyRef { ... /* 5 definitions in type refinement */ }]

    Permalink
  32. val inputsTrasher: Any

    Permalink
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def log(that: String): Unit

    Permalink
  35. val memoryReserved: MemoryRegionAllocator

    Permalink
  36. val mutex: SimMutex

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  40. val outputs: IndexedSeq[AnyRef { ... /* 4 definitions in type refinement */ }]

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def waitCompletion(): Unit

    Permalink
  47. def writeDescriptor(address: Long, push: Long, pop: Long, size: Long, next: Long, completed: Boolean, m2sLast: Boolean = false): Unit

    Permalink
  48. def writeNotification(address: Long, value: Byte): Unit

    Permalink
  49. def writeTail(address: Long): Unit

    Permalink
  50. val writesAllowed: HashMap[Long, (Byte, Int, Boolean)]

    Permalink

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