Class

spinal.lib.system.dma.sg.DmaSg

Channel

Related Doc: package DmaSg

Permalink

case class Channel(memoryToMemory: Boolean, inputsPorts: Seq[Int], outputsPorts: Seq[Int], linkedListCapable: Boolean, directCtrlCapable: Boolean, selfRestartCapable: Boolean, progressProbes: Boolean, halfCompletionInterrupt: Boolean, bytePerBurst: Option[Int] = None, fifoMapping: Option[(Int, Int)] = None) extends OverridedEqualsHashCode with Product with Serializable

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

Instance Constructors

  1. new Channel(memoryToMemory: Boolean, inputsPorts: Seq[Int], outputsPorts: Seq[Int], linkedListCapable: Boolean, directCtrlCapable: Boolean, selfRestartCapable: Boolean, progressProbes: Boolean, halfCompletionInterrupt: Boolean, bytePerBurst: Option[Int] = None, fifoMapping: Option[(Int, Int)] = None)

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val bytePerBurst: Option[Int]

    Permalink
  6. def canInput: Boolean

    Permalink
  7. def canOutput: Boolean

    Permalink
  8. def canRead: Boolean

    Permalink
  9. def canWrite: Boolean

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. val directCtrlCapable: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  13. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  14. val fifoMapping: Option[(Int, Int)]

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. val halfCompletionInterrupt: Boolean

    Permalink
  17. def hashCode(): Int

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  18. val inputsPorts: Seq[Int]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val linkedListCapable: Boolean

    Permalink
  21. val memoryToMemory: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. val outputsPorts: Seq[Int]

    Permalink
  26. val progressProbes: Boolean

    Permalink
  27. val selfRestartCapable: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. val withProgressCounter: Boolean

    Permalink
  33. val withProgressCounterM2s: 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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from OverridedEqualsHashCode

Inherited from AnyRef

Inherited from Any

Ungrouped