c

spinal.lib.system.dma.sg

DmaSgTester

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[_])

Type Members

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

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. def allowWrite(address: Long): Unit
  5. def allowWrite(address: Long, value: Byte): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val channelAgent: Seq[SimThread]
  8. def channelBusy(channel: Int): Boolean
  9. def channelConfig(channel: Int, fifoBase: Int, fifoBytes: Int, priority: Int, weight: Int): Unit
  10. def channelInterruptConfigure(channel: Int, mask: Int): Unit
  11. def channelPopMemory(channel: Int, address: BigInt, bytePerBurst: Int): Unit
  12. def channelPopStream(channel: Int, portId: Int, sourceId: Int, sinkId: Int, withLast: Boolean): Unit
  13. def channelProgress(channel: Int): Int
  14. def channelPushMemory(channel: Int, address: BigInt, bytePerBurst: Int): Unit
  15. def channelPushStream(channel: Int, portId: Int, sourceId: Int, sinkId: Int, completionOnPacket: Boolean = false): Unit
  16. def channelSgBusy(channel: Int): Boolean
  17. def channelStart(channel: Int, bytes: BigInt, selfRestart: Boolean): Unit
  18. def channelStartAndWait(channel: Int, bytes: BigInt, doCount: Int): Unit
  19. def channelStartSg(channel: Int, head: Long): Unit
  20. def channelStop(channel: Int): Unit
  21. def channelToAddress(channel: Int): Int
  22. def channelWaitCompletion(channel: Int): Unit
  23. def channelWaitSgDone(channel: Int): Unit
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  25. def ctrlRead(address: BigInt): BigInt
  26. def ctrlWrite(data: BigInt, address: BigInt): Unit
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  31. val inputs: IndexedSeq[AnyRef { ... /* 5 definitions in type refinement */ }]
  32. val inputsTrasher: Any
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def log(that: String): Unit
  35. val memoryReserved: MemoryRegionAllocator
  36. val mutex: SimMutex
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  40. val outputs: IndexedSeq[AnyRef { ... /* 4 definitions in type refinement */ }]
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def waitCompletion(): Unit
  47. def writeDescriptor(address: Long, push: Long, pop: Long, size: Long, next: Long, completed: Boolean, m2sLast: Boolean = false): Unit
  48. def writeNotification(address: Long, value: Byte): Unit
  49. def writeTail(address: Long): Unit
  50. val writesAllowed: HashMap[Long, (Byte, Int, Boolean)]

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