object
DmaSg
Type Members
-
case class
Aggregator[T <: Data](p: AggregatorParameter[T]) extends Component with Product with Serializable
-
case class
AggregatorCmd[T <: Data](p: AggregatorParameter[T]) extends Bundle with Product with Serializable
-
case class
AggregatorParameter[T <: Data](byteCount: Int, burstLength: Int, context: HardType[T]) extends Product with Serializable
-
case class
AggregatorRsp[T <: Data](p: AggregatorParameter[T]) extends Bundle with Product with Serializable
-
case class
Channel(memoryToMemory: Boolean, inputsPorts: Seq[Int], outputsPorts: Seq[Int], linkedListCapable: Boolean, directCtrlCapable: Boolean, selfRestartCapable: Boolean, linkedListFromMemory: Boolean = true, linkedListFromSg: Boolean = true, progressProbes: Boolean, halfCompletionInterrupt: Boolean, bytePerBurst: Option[Int] = None, fifoMapping: Option[(Int, Int)] = None, name: Option[String] = None) extends OverridedEqualsHashCode with Product with Serializable
-
case class
ChannelIo(p: Channel) extends Bundle with Product with Serializable
-
case class
Core[CTRL <: Data with IMasterSlave](p: Parameter, ctrlType: HardType[CTRL], slaveFactory: (CTRL) ⇒ BusSlaveFactory) extends Component with Product with Serializable
-
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
-
case class
SgBus(p: SgBusParameter) extends Bundle with IMasterSlave with Product with Serializable
-
case class
SgBusParameter(addressWidth: Int, bytePerTransferWidth: Int, channels: Int) extends Product with Serializable
-
case class
SgCmd(p: SgBusParameter) extends Bundle with Product with Serializable
-
case class
SgRsp(p: SgBusParameter) extends Bundle with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
ctrlAddressWidth: Int
-
val
descriptorSize: Int
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
getCtrlCapabilities(accessSource: BmbAccessCapabilities): BmbAccessCapabilities
-
def
getReadRequirements(p: Parameter): BmbAccessParameter
-
def
getSgReadRequirements(p: Parameter): BmbAccessParameter
-
def
getSgWriteRequirements(p: Parameter): BmbAccessParameter
-
def
getWriteRequirements(p: Parameter): BmbAccessParameter
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
finalize(): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Ungrouped
-
case class
Aggregator[T <: Data](p: AggregatorParameter[T]) extends Component with Product with Serializable
-
case class
AggregatorCmd[T <: Data](p: AggregatorParameter[T]) extends Bundle with Product with Serializable
-
case class
AggregatorParameter[T <: Data](byteCount: Int, burstLength: Int, context: HardType[T]) extends Product with Serializable
-
case class
AggregatorRsp[T <: Data](p: AggregatorParameter[T]) extends Bundle with Product with Serializable
-
case class
Channel(memoryToMemory: Boolean, inputsPorts: Seq[Int], outputsPorts: Seq[Int], linkedListCapable: Boolean, directCtrlCapable: Boolean, selfRestartCapable: Boolean, linkedListFromMemory: Boolean = true, linkedListFromSg: Boolean = true, progressProbes: Boolean, halfCompletionInterrupt: Boolean, bytePerBurst: Option[Int] = None, fifoMapping: Option[(Int, Int)] = None, name: Option[String] = None) extends OverridedEqualsHashCode with Product with Serializable
-
case class
ChannelIo(p: Channel) extends Bundle with Product with Serializable
-
case class
Core[CTRL <: Data with IMasterSlave](p: Parameter, ctrlType: HardType[CTRL], slaveFactory: (CTRL) ⇒ BusSlaveFactory) extends Component with Product with Serializable
-
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
-
case class
SgBus(p: SgBusParameter) extends Bundle with IMasterSlave with Product with Serializable
-
case class
SgBusParameter(addressWidth: Int, bytePerTransferWidth: Int, channels: Int) extends Product with Serializable
-
case class
SgCmd(p: SgBusParameter) extends Bundle with Product with Serializable
-
case class
SgRsp(p: SgBusParameter) extends Bundle with Product with Serializable
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
ctrlAddressWidth: Int
-
val
descriptorSize: Int
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
getCtrlCapabilities(accessSource: BmbAccessCapabilities): BmbAccessCapabilities
-
def
getReadRequirements(p: Parameter): BmbAccessParameter
-
def
getSgReadRequirements(p: Parameter): BmbAccessParameter
-
def
getSgWriteRequirements(p: Parameter): BmbAccessParameter
-
def
getWriteRequirements(p: Parameter): BmbAccessParameter
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
finalize(): Unit