Package

spinal

sim

Permalink

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

    Permalink
  2. class BitsDataType extends BitVectorDataType

    Permalink
  3. class BoolDataType extends DataType

    Permalink
  4. abstract class DataType extends AnyRef

    Permalink
  5. class DynamicCompiler extends AnyRef

    Permalink
  6. trait IVerilatorNative extends AnyRef

    Permalink
  7. abstract class JvmThread extends Thread

    Permalink
  8. class JvmThreadUnschedule extends Exception

    Permalink
  9. class SIntDataType extends BitVectorDataType

    Permalink
  10. class Signal extends AnyRef

    Permalink
  11. class SimCallSchedule extends AnyRef

    Permalink
  12. class SimFailure extends Exception

    Permalink
  13. class SimManager extends AnyRef

    Permalink
  14. class SimManagerContext extends AnyRef

    Permalink
  15. trait SimManagerSensitive extends AnyRef

    Permalink
  16. abstract class SimRaw extends AnyRef

    Permalink
  17. class SimSuccess extends Exception

    Permalink
  18. class SimThread extends AnyRef

    Permalink
  19. trait SimThreadBlocker extends AnyRef

    Permalink
  20. class SimVerilator extends SimRaw

    Permalink
  21. class UIntDataType extends BitVectorDataType

    Permalink
  22. class VerilatorBackend extends AnyRef

    Permalink
  23. class VerilatorBackendConfig extends AnyRef

    Permalink
  24. class WaveFormat extends AnyRef

    Permalink
  25. implicit class cpsIterable[A, Repr] extends AnyRef

    Permalink
  26. class suspendable extends Annotation with StaticAnnotation

    Permalink

Value Members

  1. object SimError

    Permalink
  2. object SimManager

    Permalink
  3. object SimManagerContext

    Permalink
  4. object SimVerilator

    Permalink
  5. object VerilatorBackend

    Permalink
  6. object WaveFormat

    Permalink

Deprecated Value Members

  1. object Suspendable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) You can now use regular scala for loops as scala suspendable aren't use anymore.

  2. def repeatSim(times: Long)(body: ⇒ Unit): Unit

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) You can now use regular scala collections utilities as continuation aren't used anymore.

Inherited from AnyRef

Inherited from Any

Ungrouped