Packages

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, withSgBus: Boolean = false, 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, withSgBus: Boolean = false, pendingWritePerChannel: Int = 15, pendingReadPerChannel: Int = 15)

Type Members

  1. case class ReadContext() extends Bundle with Product with Serializable
  2. case class SgReadContext() extends Bundle with Product with Serializable
  3. case class SgWriteContext() extends Bundle with Product with Serializable
  4. case class WriteContext() extends Bundle with Product with Serializable

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. val addressWidth: Int
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bytePerTransferWidth: Int
  7. def canRead: Boolean
  8. def canSgRead: Boolean
  9. def canSgWrite: Boolean
  10. def canWrite: Boolean
  11. val channels: Seq[Channel]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. val inputs: Seq[BsbParameter]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val memory: DmaMemoryLayout
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. val outputs: Seq[BsbParameter]
  22. val pendingReadPerChannel: Int
  23. val pendingWritePerChannel: Int
  24. val readAddressWidth: Int
  25. val readDataWidth: Int
  26. val readLengthWidth: Int
  27. val readWriteMaxDataWidth: Int
  28. val readWriteMinDataWidth: Int
  29. val sgAddressWidth: Int
  30. val sgReadDataWidth: Int
  31. val sgWriteDataWidth: Int
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toSgBusParameter(): SgBusParameter
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. val weightWidth: Int
  38. val withSgBus: Boolean
  39. val writeAddressWidth: Int
  40. val writeByteCount: Int
  41. val writeDataWidth: Int
  42. val writeLengthWidth: Int

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped