package sim
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sim
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- abstract class BitVectorDataType extends DataType
- class BitsDataType extends BitVectorDataType
- class BoolDataType extends DataType
- abstract class DataType extends AnyRef
-
class
DynamicCompiler extends AnyRef
Dynamic java class compiler and executer
Demonstrate how to compile dynamic java source code,
instantiate instance of the class, and finally call method of the classDynamic java class compiler and executer
Demonstrate how to compile dynamic java source code,
instantiate instance of the class, and finally call method of the classhttp://www.beyondlinux.com
- trait IVerilatorNative extends AnyRef
- abstract class JvmThread extends Thread
- class JvmThreadUnschedule extends Exception
- class SIntDataType extends BitVectorDataType
- class Signal extends AnyRef
- class SimCallSchedule extends AnyRef
- class SimFailure extends Exception
- class SimManager extends AnyRef
- class SimManagerContext extends AnyRef
- trait SimManagerSensitive extends AnyRef
- abstract class SimRaw extends AnyRef
- class SimSuccess extends Exception
- class SimThread extends AnyRef
- trait SimThreadBlocker extends AnyRef
- class SimVerilator extends SimRaw
- class UIntDataType extends BitVectorDataType
- class VerilatorBackend extends AnyRef
- class VerilatorBackendConfig extends AnyRef
- class WaveFormat extends AnyRef
- implicit class cpsIterable[A, Repr] extends AnyRef
- class suspendable extends Annotation with StaticAnnotation
Value Members
- object SimError
- object SimManager
- object SimManagerContext
- object SimVerilator
- object VerilatorBackend
- object WaveFormat
Deprecated Value Members
-
def
repeatSim(times: Long)(body: ⇒ Unit): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) You can now use regular scala collections utilities as continuation aren't used anymore.
-
object
Suspendable
- Annotations
- @deprecated
- Deprecated
(Since version 1.3.0) You can now use regular scala for loops as scala suspendable aren't use anymore.