Packages

package plic

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AxiLite4Plic extends Component
  2. abstract class PlicGateway extends Area
  3. case class PlicGatewayActiveHigh(source: Bool, id: Int, priorityWidth: Int) extends PlicGateway with Product with Serializable
  4. 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
  5. case class PlicTarget(gateways: Seq[PlicGateway], priorityWidth: Int) extends Area with Product with Serializable
  6. class WishbonePlic extends Component

Value Members

  1. object PlicMapper
  2. object PlicMapping extends Serializable

Ungrouped