package plic
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class AxiLite4Plic 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(gateways: Seq[PlicGateway], priorityWidth: Int) extends Area with Product with Serializable
- class WishbonePlic extends Component
Value Members
- object PlicMapper
- object PlicMapping extends Serializable