c

spinal.core.sim

SpinalSimConfig

case class SpinalSimConfig(_workspacePath: String = ..., _workspaceName: String = null, _waveDepth: Int = 0, _spinalConfig: SpinalConfig = SpinalConfig(), _optimisationLevel: Int = 0, _simulatorFlags: ArrayBuffer[String] = ArrayBuffer[String](), _additionalRtlPath: ArrayBuffer[String] = ArrayBuffer[String](), _waveFormat: WaveFormat = WaveFormat.NONE) extends Product with Serializable

SpinalSim configuration

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpinalSimConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpinalSimConfig(_workspacePath: String = ..., _workspaceName: String = null, _waveDepth: Int = 0, _spinalConfig: SpinalConfig = SpinalConfig(), _optimisationLevel: Int = 0, _simulatorFlags: ArrayBuffer[String] = ArrayBuffer[String](), _additionalRtlPath: ArrayBuffer[String] = ArrayBuffer[String](), _waveFormat: WaveFormat = WaveFormat.NONE)

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. var _additionalRtlPath: ArrayBuffer[String]
  5. var _optimisationLevel: Int
  6. var _simulatorFlags: ArrayBuffer[String]
  7. var _spinalConfig: SpinalConfig
  8. var _waveDepth: Int
  9. var _waveFormat: WaveFormat
  10. var _workspaceName: String
  11. var _workspacePath: String
  12. def addRtl(that: String): SpinalSimConfig.this.type
  13. def addSimulatorFlag(flag: String): SpinalSimConfig.this.type
  14. def allOptimisation: SpinalSimConfig.this.type
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  17. def compile[T <: Component](report: SpinalReport[T]): SimCompiled[T]
  18. def compile[T <: Component](rtl: ⇒ T): SimCompiled[T]
  19. def doSim[T <: Component](rtl: ⇒ T, name: String, seed: Long)(body: (T) ⇒ Unit): Unit
  20. def doSim[T <: Component](rtl: ⇒ T, name: String)(body: (T) ⇒ Unit): Unit
  21. def doSim[T <: Component](rtl: ⇒ T)(body: (T) ⇒ Unit): Unit
  22. def doSim[T <: Component](report: SpinalReport[T], name: String, seed: Long)(body: (T) ⇒ Unit): Unit
  23. def doSim[T <: Component](report: SpinalReport[T], name: String)(body: (T) ⇒ Unit): Unit
  24. def doSim[T <: Component](report: SpinalReport[T])(body: (T) ⇒ Unit): Unit
  25. def doSimUntilVoid[T <: Component](rtl: ⇒ T, name: String, seed: Long)(body: (T) ⇒ Unit): Unit
  26. def doSimUntilVoid[T <: Component](rtl: ⇒ T, name: String)(body: (T) ⇒ Unit): Unit
  27. def doSimUntilVoid[T <: Component](rtl: ⇒ T)(body: (T) ⇒ Unit): Unit
  28. def doSimUntilVoid[T <: Component](report: SpinalReport[T], name: String, seed: Long)(body: (T) ⇒ Unit): Unit
  29. def doSimUntilVoid[T <: Component](report: SpinalReport[T], name: String)(body: (T) ⇒ Unit): Unit
  30. def doSimUntilVoid[T <: Component](report: SpinalReport[T])(body: (T) ⇒ Unit): Unit
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def fewOptimisation: SpinalSimConfig.this.type
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def noOptimisation: SpinalSimConfig.this.type
  37. def normalOptimisation: SpinalSimConfig.this.type
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def withConfig(config: SpinalConfig): SpinalSimConfig.this.type
  45. def withFstWave: SpinalSimConfig.this.type
  46. def withVcdWave: SpinalSimConfig.this.type
  47. def withWave(depth: Int): SpinalSimConfig.this.type
  48. def withWave: SpinalSimConfig.this.type
  49. def workspaceName(name: String): SpinalSimConfig.this.type
  50. def workspacePath(path: String): SpinalSimConfig.this.type

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped