Packages

c

vexiiriscv.test

PeripheralEmulator

abstract class PeripheralEmulator extends AnyRef

This is used for simulations, it can be used to emulate a minmal sets of peripherals : - Terminal binded to stdin stdout - RISC-V CLINT - Simulation pass/fail commands

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

Instance Constructors

  1. new PeripheralEmulator(offset: Long, mei: Bool, sei: Bool, msi: Bool = null, mti: Bool = null, cd: ClockDomain = null)

Abstract Value Members

  1. abstract def getClintTime(): Long

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CLINT_BASE: Int
  5. val CLINT_CMP: Int
  6. val CLINT_CMPH: Int
  7. val CLINT_TIME: Int
  8. val CLINT_TIMEH: Int
  9. val FAILURE_ADDRESS: Int
  10. val GETC: Int
  11. val INCR_COUNTER: Int
  12. val IO_FAULT_ADDRESS: Int
  13. val MACHINE_EXTERNAL_INTERRUPT_CTRL: Int
  14. val PUTC: Int
  15. val PUT_DEC: Int
  16. val PUT_HEX: Int
  17. val RANDOM: Int
  18. val STATS_CAPTURE_ENABLE: Int
  19. val SUPERVISOR_EXTERNAL_INTERRUPT_CTRL: Int
  20. def access(write: Boolean, address: Long, data: Array[Byte]): Boolean
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def bind(bus: Bus, cd: ClockDomain): MonitorSubscriber { ... /* 2 definitions in type refinement */ }
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  24. var cmp: Long
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  28. def getc(data: Array[Byte]): Unit
  29. var getcQueue: Queue[Byte]
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  35. def putc(c: Char): Unit
  36. val putcListeners: ArrayBuffer[(Char) ⇒ Unit]
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. var withStdIn: Boolean

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped