Packages

package plic

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

Value Members

  1. object Axi4Plic extends App
  2. object PlicMapper
  3. object PlicMapping extends Serializable
  4. object TilelinkPlic

Ungrouped