package sim

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

Type Members

  1. abstract class BitVectorDataType extends DataType
  2. class BitsDataType extends BitVectorDataType
  3. class BoolDataType extends DataType
  4. abstract class DataType extends AnyRef
  5. 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 class

    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 class

    http://www.beyondlinux.com

  6. trait IVerilatorNative extends AnyRef
  7. abstract class JvmThread extends Thread
  8. class JvmThreadUnschedule extends Exception
  9. class SIntDataType extends BitVectorDataType
  10. class Signal extends AnyRef
  11. class SimCallSchedule extends AnyRef
  12. class SimFailure extends Exception
  13. class SimManager extends AnyRef
  14. class SimManagerContext extends AnyRef
  15. trait SimManagerSensitive extends AnyRef
  16. abstract class SimRaw extends AnyRef
  17. class SimSuccess extends Exception
  18. class SimThread extends AnyRef
  19. trait SimThreadBlocker extends AnyRef
  20. class SimVerilator extends SimRaw
  21. class UIntDataType extends BitVectorDataType
  22. class VerilatorBackend extends AnyRef
  23. class VerilatorBackendConfig extends AnyRef
  24. class WaveFormat extends AnyRef
  25. implicit class cpsIterable[A, Repr] extends AnyRef
  26. class suspendable extends Annotation with StaticAnnotation

Deprecated Value Members

  1. 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.

  2. 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.

Inherited from AnyRef

Inherited from Any

Ungrouped