package plic
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class AxiLite4Plic extends Component
- trait InterruptCtrlFiber extends Nameable
- class MappedPlic[T <: Data with IMasterSlave] extends Component
- abstract class PlicGateway extends Area
- case class PlicGatewayActiveHigh(source: Bool, id: Int, priorityWidth: Int) extends PlicGateway with Product with Serializable
- case class PlicMapping(gatewayPriorityOffset: Int, gatewayPendingOffset: Int, targetEnableOffset: Int, targetThresholdOffset: Int, targetClaimOffset: Int, gatewayPriorityShift: Int, targetThresholdShift: Int, targetClaimShift: Int, targetEnableShift: Int, gatewayPriorityWriteGen: Boolean = true, gatewayPriorityReadGen: Boolean, gatewayPendingReadGen: Boolean, targetThresholdWriteGen: Boolean = true, targetThresholdReadGen: Boolean, targetEnableWriteGen: Boolean = true, targetEnableReadGen: Boolean) extends Product with Serializable
- case class PlicTarget(id: Int, gateways: Seq[PlicGateway], priorityWidth: Int) extends Area with Product with Serializable
- class TilelinkPlic extends MappedPlic[Bus]
- case class TilelinkPlicFiber() extends Area with InterruptCtrlFiber with Product with Serializable
- class WishbonePlic extends Component
Value Members
- object PlicMapper
- object PlicMapping extends Serializable
- object TilelinkPlic