Packages

  • package root
    Definition Classes
    root
  • package vexiiriscv
    Definition Classes
    root
  • package test
    Definition Classes
    vexiiriscv
  • class WhiteboxerPlugin extends FiberPlugin

    This plugin is here to ease and "standardise" the way a simulation can look at a VexiiRiscv core and figure out what it is doing.

    This plugin is here to ease and "standardise" the way a simulation can look at a VexiiRiscv core and figure out what it is doing. It also generate a large set of easy to read signals that can be read in a waveform.

    All the "Proxy" are there to reduce the overhead of reading hardware signals in a SpinalHDL simulation.

    Definition Classes
    test
  • class Logic extends Area
    Definition Classes
    WhiteboxerPlugin
  • abstract class Proxies extends AnyRef
    Definition Classes
    Logic
  • InterruptChecker
  • InterruptsProxy

class InterruptChecker extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InterruptChecker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InterruptChecker(hartId: Int, pin: Bool, id: Int)

Value Members

  1. def check(): Unit
  2. var last: Boolean
  3. val proxy: SimProxy
  4. def sync(): Unit