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
-
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( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toSgBusParameter(): SgBusParameter
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val weightWidth: Int
- val withSgBus: Boolean
- 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