Packages

package plic

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AxiLite4Plic extends Component
  2. trait InterruptCtrlFiber extends Nameable
  3. class MappedPlic[T <: Data with IMasterSlave] extends Component
  4. abstract class PlicGateway extends Area
  5. case class PlicGatewayActiveHigh(source: Bool, id: Int, priorityWidth: Int) extends PlicGateway with Product with Serializable
  6. 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
  7. case class PlicTarget(id: Int, gateways: Seq[PlicGateway], priorityWidth: Int) extends Area with Product with Serializable
  8. class TilelinkPlic extends MappedPlic[Bus]
  9. case class TilelinkPlicFiber() extends Area with InterruptCtrlFiber with Product with Serializable
  10. class WishbonePlic extends Component

Value Members

  1. object PlicMapper
  2. object PlicMapping extends Serializable
  3. object TilelinkPlic

Ungrouped