Class

spinal.lib.system.dma.sg.DmaSg

Parameter

Related Doc: package DmaSg

Permalink

case class Parameter(readAddressWidth: Int, readDataWidth: Int, readLengthWidth: Int, writeAddressWidth: Int, writeDataWidth: Int, writeLengthWidth: Int, sgAddressWidth: Int, sgReadDataWidth: Int, sgWriteDataWidth: Int, memory: DmaMemoryLayout, outputs: Seq[BsbParameter], inputs: Seq[BsbParameter], channels: Seq[Channel], bytePerTransferWidth: Int, weightWidth: Int, pendingWritePerChannel: Int = 15, pendingReadPerChannel: Int = 15) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Parameter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Parameter(readAddressWidth: Int, readDataWidth: Int, readLengthWidth: Int, writeAddressWidth: Int, writeDataWidth: Int, writeLengthWidth: Int, sgAddressWidth: Int, sgReadDataWidth: Int, sgWriteDataWidth: Int, memory: DmaMemoryLayout, outputs: Seq[BsbParameter], inputs: Seq[BsbParameter], channels: Seq[Channel], bytePerTransferWidth: Int, weightWidth: Int, pendingWritePerChannel: Int = 15, pendingReadPerChannel: Int = 15)

    Permalink

Type Members

  1. case class ReadContext() extends Bundle with Product with Serializable

    Permalink
  2. case class SgReadContext() extends Bundle with Product with Serializable

    Permalink
  3. case class SgWriteContext() extends Bundle with Product with Serializable

    Permalink
  4. case class WriteContext() extends Bundle with Product with Serializable

    Permalink

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. val addressWidth: Int

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val bytePerTransferWidth: Int

    Permalink
  7. def canRead: Boolean

    Permalink
  8. def canSgRead: Boolean

    Permalink
  9. def canSgWrite: Boolean

    Permalink
  10. def canWrite: Boolean

    Permalink
  11. val channels: Seq[Channel]

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. val inputs: Seq[BsbParameter]

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val memory: DmaMemoryLayout

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. val outputs: Seq[BsbParameter]

    Permalink
  22. val pendingReadPerChannel: Int

    Permalink
  23. val pendingWritePerChannel: Int

    Permalink
  24. val readAddressWidth: Int

    Permalink
  25. val readDataWidth: Int

    Permalink
  26. val readLengthWidth: Int

    Permalink
  27. val readWriteMaxDataWidth: Int

    Permalink
  28. val readWriteMinDataWidth: Int

    Permalink
  29. val sgAddressWidth: Int

    Permalink
  30. val sgReadDataWidth: Int

    Permalink
  31. val sgWriteDataWidth: Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. val weightWidth: Int

    Permalink
  37. val writeAddressWidth: Int

    Permalink
  38. val writeByteCount: Int

    Permalink
  39. val writeDataWidth: Int

    Permalink
  40. val writeLengthWidth: Int

    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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped