Package

spinal.lib.misc

plic

Permalink

package plic

Visibility
  1. Public
  2. All

Type Members

  1. abstract class PlicGateway extends Area

    Permalink
  2. case class PlicGatewayActiveHigh(source: Bool, id: Int, priorityWidth: Int) extends PlicGateway with Product with Serializable

    Permalink
  3. case class PlicMapping(gatewayPriorityOffset: Int, gatewayPendingOffset: Int, targetEnableOffset: Int, targetThresholdOffset: Int, targetClaimOffset: Int, gatewayPriorityShift: Int, gatewayPendingShift: 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

    Permalink
  4. case class PlicTarget(gateways: Seq[PlicGateway], priorityWidth: Int) extends Area with Product with Serializable

    Permalink

Value Members

  1. object PlicMapper

    Permalink
  2. object PlicMapping extends Serializable

    Permalink

Ungrouped