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 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 Timer(width: Int) extends Component with Product with Serializable
- case class WishboneClint(hartCount: Int) extends Component with Product with Serializable
Value Members
- object BinTools
- 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.