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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Parameter
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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, withSgBus: Boolean = false, 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
- val addressWidth: Int
- val bytePerTransferWidth: Int
- def canRead: Boolean
- def canSgRead: Boolean
- def canSgWrite: Boolean
- def canWrite: Boolean
- val channels: Seq[Channel]
- val inputs: Seq[BsbParameter]
- val memory: DmaMemoryLayout
- val outputs: Seq[BsbParameter]
- val pendingReadPerChannel: Int
- val pendingWritePerChannel: Int
- val readAddressWidth: Int
- val readDataWidth: Int
- val readLengthWidth: Int
- val readWriteMaxDataWidth: Int
- val readWriteMinDataWidth: Int
- val sgAddressWidth: Int
- val sgReadDataWidth: Int
- val sgWriteDataWidth: Int
- def toSgBusParameter(): SgBusParameter
- val weightWidth: Int
- val withSgBus: Boolean
- val writeAddressWidth: Int
- val writeByteCount: Int
- val writeDataWidth: Int
- val writeLengthWidth: Int