Packages

package misc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Apb3Clint(hartCount: Int) extends Component with Product with Serializable
  2. case class Apb3InterruptCtrl(width: Int) extends Component with Product with Serializable
  3. case class AxiLite4Clint(hartCount: Int, bufferTime: Boolean = false) extends Component with Product with Serializable
  4. case class BmbClint(bmbParameter: BmbParameter, hartCount: Int) extends Component with Product with Serializable
  5. case class BmbWatchdog(p: WatchdogParam, bmbParameter: BmbParameter) extends Component with Product with Serializable
  6. case class BmbWatchdogGenerator(apbOffset: Handle[BigInt] = Unset)(implicit interconnect: BmbInterconnectGenerator, decoder: BmbImplicitPeripheralDecoder = null) extends Area with Product with Serializable
  7. trait CascadedInterruptCtrlFiber extends InterruptCtrlFiber
  8. case class ChildInterruptCtrl(intc: InterruptCtrlFiber, filter: (Int, InterruptMode) ⇒ Boolean) extends Area with Product with Serializable
  9. case class Clint(hartIds: Seq[Int]) extends Area with Product with Serializable
  10. case class ClintPort(hardId: Int) extends Area with Product with Serializable
  11. case class InterruptCtrl(width: Int) extends Component with Product with Serializable
  12. trait InterruptCtrlFiber extends Nameable
  13. sealed trait InterruptMode extends AnyRef
  14. class InterruptNode extends Area with UpDown[InterruptNode]
  15. case class MachineTimer() extends Component with Product with Serializable
  16. class MappedClint[T <: Data with IMasterSlave] extends Component
  17. case class Plru(entries: Int, withEntriesValid: Boolean) extends Area with Product with Serializable
  18. case class Prescaler(width: Int) extends Component with Product with Serializable
  19. case class TilelinkClint(hartIds: Seq[Int], p: BusParameter) extends MappedClint[Bus] with Product with Serializable
  20. case class TilelinkClintFiber() extends Area with Product with Serializable
  21. case class TilelinkWatchdog(p: WatchdogParam, tlParam: BusParameter) extends Component with Product with Serializable
  22. case class TilelinkWatchdogFiber(p: WatchdogParam) extends Area with Product with Serializable
  23. case class Timer(width: Int) extends Component with Product with Serializable
  24. class Watchdog extends Area
  25. class WatchdogParam extends AnyRef
  26. case class WishboneClint(hartCount: Int) extends Component with Product with Serializable

Value Members

  1. object BinTools
  2. object BmbWatchdog extends Serializable
  3. object Clint extends Serializable
  4. object ClintSim extends App
  5. object EDGE_FALLING extends InterruptMode
  6. object EDGE_RISING extends InterruptMode
  7. object HexTools
  8. object InterruptNode
  9. object LEVEL_HIGH extends InterruptMode
  10. object LEVEL_LOW extends InterruptMode
  11. object PathTracer
  12. object PathTracerDemo extends App
  13. 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.

  14. object SPURIOUS extends InterruptMode
  15. object TilelinkWatchdog extends Serializable

Ungrouped