package coherent
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class Cache extends Component
- class CacheFiber extends Area
- case class CacheParam(unp: NodeParameters, downPendingMax: Int, cacheWays: Int, cacheBytes: Int, blockSize: Int, cnp: NodeParameters = null, cacheBanks: Int = 1, probeCount: Int = 8, aBufferCount: Int = 4, ctrlLoopbackDepth: Int = 4, generalSlotCount: Int = 8, generalSlotCountUpCOnly: Int = 2, victimBufferLines: Int = 2, upCBufferDepth: Int = 8, readProcessAt: Int = 2, coherentRegion: (UInt) ⇒ Bool, selfFlush: SelfFLush = null, allocateOnMiss: ((CtrlOpcode)#C, UInt, UInt, UInt, Bits) ⇒ Bool = null) extends Product with Serializable
- class ChannelDataBuffer extends Area
- case class DataPayload(bytes: Int) extends Bundle with Product with Serializable
- class Hub extends Component
- class HubFiber extends Area
- case class HubParameters(unp: NodeParameters, downPendingMax: Int, sets: Int, wayCount: Int, blockSize: Int, probeCount: Int = 8, aBufferCount: Int = 4, probeRegion: (UInt) ⇒ Bool) extends Product with Serializable
- case class OrderingCmd(bytesMax: Int) extends Bundle with Product with Serializable
- case class SelfFLush(from: BigInt, upTo: BigInt, period: BigInt) extends Product with Serializable
Value Members
- object Cache extends AreaObject
- object DirectoryGen extends App
- object Hub
- object HubGen extends App
- object HubSynt extends App
- object HubSyntLight extends App