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
Ordering
- Alphabetic
- By Inheritance
Inherited
- PeripheralEmulator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PeripheralEmulator(offset: Long, mei: Bool, sei: Bool, msi: Bool = null, mti: Bool = null, cd: ClockDomain = null)
Abstract Value Members
- abstract def getClintTime(): Long
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val CLINT_BASE: Int
- val CLINT_CMP: Int
- val CLINT_CMPH: Int
- val CLINT_TIME: Int
- val CLINT_TIMEH: Int
- val FAILURE_ADDRESS: Int
- val GETC: Int
- val INCR_COUNTER: Int
- val IO_FAULT_ADDRESS: Int
- val MACHINE_EXTERNAL_INTERRUPT_CTRL: Int
- val PUTC: Int
- val PUT_DEC: Int
- val PUT_HEX: Int
- val RANDOM: Int
- val STATS_CAPTURE_ENABLE: Int
- val SUPERVISOR_EXTERNAL_INTERRUPT_CTRL: Int
- def access(write: Boolean, address: Long, data: Array[Byte]): Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bind(bus: Bus, cd: ClockDomain): MonitorSubscriber { ... /* 2 definitions in type refinement */ }
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- var cmp: Long
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getc(data: Array[Byte]): Unit
- var getcQueue: Queue[Byte]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def putc(c: Char): Unit
- val putcListeners: ArrayBuffer[(Char) ⇒ Unit]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- var withStdIn: Boolean
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated