package avalon
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait AddressUnits extends ScalaEnumeration
- case class AvalonMM(config: AvalonMMConfig) extends Bundle with IMasterSlave with Product with Serializable
- case class AvalonMMConfig(addressWidth: Int, dataWidth: Int, burstCountWidth: Int, useByteEnable: Boolean, useDebugAccess: Boolean, useRead: Boolean, useWrite: Boolean, useResponse: Boolean, useLock: Boolean, useWaitRequestn: Boolean, useReadDataValid: Boolean, useBurstCount: Boolean, addressUnits: AddressUnits = SYMBOLS, burstCountUnits: AddressUnits = WORDS, burstOnBurstBoundariesOnly: Boolean = false, constantBurstBehavior: Boolean = false, holdTime: Int = 0, linewrapBursts: Boolean = false, maximumPendingReadTransactions: Int = 1, maximumPendingWriteTransactions: Int = 0, readLatency: Int = 0, readWaitTime: Int = 0, setupTime: Int = 0, writeWaitTime: Int = 0) extends Product with Serializable
- class AvalonMMSlaveFactory extends BusSlaveFactoryDelayed
- class AvalonReadDma[T <: Data] extends Component
- case class AvalonReadDmaCmd(c: AvalonReadDmaConfig) extends Bundle with Product with Serializable
- case class AvalonReadDmaConfig(addressWidth: Int, dataWidth: Int, burstCountWidth: Int, fifoSize: Int, pendingReadMax: Int) extends Product with Serializable
-
trait
ScalaEnumeration extends AnyRef
Created by PIC32F_USER on 25/03/2016.
Value Members
- object AvalonMM extends Serializable
- object AvalonMMConfig extends Serializable
- object AvalonMMSlaveFactory
- object SYMBOLS extends AddressUnits
- object WORDS extends AddressUnits