package misc
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Apb3Clint(hartCount: Int) extends Component with Product with Serializable
- case class Apb3InterruptCtrl(width: Int) extends Component with Product with Serializable
- case class AxiLite4Clint(hartCount: Int, bufferTime: Boolean = false) extends Component with Product with Serializable
- case class BmbClint(bmbParameter: BmbParameter, hartCount: Int) extends Component with Product with Serializable
- case class BmbWatchdog(p: WatchdogParam, bmbParameter: BmbParameter) extends Component with Product with Serializable
- case class BmbWatchdogGenerator(apbOffset: Handle[BigInt] = Unset)(implicit interconnect: BmbInterconnectGenerator, decoder: BmbImplicitPeripheralDecoder = null) extends Area with Product with Serializable
- case class Clint(hartIds: Seq[Int]) extends Area with Product with Serializable
- case class ClintPort(hardId: Int) extends Area with Product with Serializable
- case class InterruptCtrl(width: Int) extends Component with Product with Serializable
- class InterruptNode extends Area with UpDown[InterruptNode]
- case class MachineTimer() extends Component with Product with Serializable
- class MappedClint[T <: Data with IMasterSlave] extends Component
- case class Plru(entries: Int, withEntriesValid: Boolean) extends Area with Product with Serializable
- case class Prescaler(width: Int) extends Component with Product with Serializable
- case class TilelinkClint(hartIds: Seq[Int], p: BusParameter) extends MappedClint[Bus] with Product with Serializable
- case class TilelinkClintFiber() extends Area with Product with Serializable
- case class TilelinkWatchdog(p: WatchdogParam, tlParam: BusParameter) extends Component with Product with Serializable
- case class TilelinkWatchdogFiber(p: WatchdogParam) extends Area with Product with Serializable
- case class Timer(width: Int) extends Component with Product with Serializable
- class Watchdog extends Area
- class WatchdogParam extends AnyRef
- case class WishboneClint(hartCount: Int) extends Component with Product with Serializable
Value Members
- object BinTools
- object BmbWatchdog extends Serializable
- object Clint extends Serializable
- object ClintSim extends App
- object HexTools
- object InterruptNode
-
object
Plru extends Serializable
Pseudo least recently used combinatorial logic io.context.state need to be handled externaly.
Pseudo least recently used combinatorial logic io.context.state need to be handled externaly. When you want to specify a access to a entry, you can use the io.update interface to get the new state value.
- object TilelinkWatchdog extends Serializable