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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Parameter
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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)
Type Members
- case class ReadContext() extends Bundle with Product with Serializable
- case class SgReadContext() extends Bundle with Product with Serializable
- case class SgWriteContext() extends Bundle with Product with Serializable
- case class WriteContext() extends Bundle with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val addressWidth: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bytePerTransferWidth: Int
- def canRead: Boolean
- def canSgRead: Boolean
- def canSgWrite: Boolean
- def canWrite: Boolean
- val channels: Seq[Channel]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val inputs: Seq[BsbParameter]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val memory: DmaMemoryLayout
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val outputs: Seq[BsbParameter]
- val pendingReadPerChannel: Int
- val pendingWritePerChannel: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val readAddressWidth: Int
- val readDataWidth: Int
- val readLengthWidth: Int
- val readWriteMaxDataWidth: Int
- val readWriteMinDataWidth: Int
- val sgAddressWidth: Int
- val sgReadDataWidth: Int
- val sgWriteDataWidth: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val weightWidth: Int
- val writeAddressWidth: Int
- val writeByteCount: Int
- val writeDataWidth: Int
- val writeLengthWidth: Int
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated