Class

spinal.core.sim

SpinalSimConfig

Related Doc: package sim

Permalink

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](), _additionalIncludeDir: ArrayBuffer[String] = ArrayBuffer[String](), _waveFormat: WaveFormat = WaveFormat.NONE, _backend: SpinalSimBackendSel = SpinalSimBackendSel.VERILATOR, _withCoverage: Boolean = false) 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](), _additionalIncludeDir: ArrayBuffer[String] = ArrayBuffer[String](), _waveFormat: WaveFormat = WaveFormat.NONE, _backend: SpinalSimBackendSel = SpinalSimBackendSel.VERILATOR, _withCoverage: Boolean = false)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _additionalIncludeDir: ArrayBuffer[String]

    Permalink
  5. var _additionalRtlPath: ArrayBuffer[String]

    Permalink
  6. var _backend: SpinalSimBackendSel

    Permalink
  7. var _optimisationLevel: Int

    Permalink
  8. var _simulatorFlags: ArrayBuffer[String]

    Permalink
  9. var _spinalConfig: SpinalConfig

    Permalink
  10. var _waveDepth: Int

    Permalink
  11. var _waveFormat: WaveFormat

    Permalink
  12. var _withCoverage: Boolean

    Permalink
  13. var _workspaceName: String

    Permalink
  14. var _workspacePath: String

    Permalink
  15. def addIncludeDir(that: String): SpinalSimConfig.this.type

    Permalink
  16. def addRtl(that: String): SpinalSimConfig.this.type

    Permalink
  17. def addSimulatorFlag(flag: String): SpinalSimConfig.this.type

    Permalink
  18. def allOptimisation: SpinalSimConfig.this.type

    Permalink
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  21. def compile[T <: Component](report: SpinalReport[T]): SimCompiled[T]

    Permalink
  22. def compile[T <: Component](rtl: ⇒ T): SimCompiled[T]

    Permalink
  23. def doSim[T <: Component](rtl: ⇒ T, name: String, seed: Int)(body: (T) ⇒ Unit): Unit

    Permalink
  24. def doSim[T <: Component](rtl: ⇒ T, name: String)(body: (T) ⇒ Unit): Unit

    Permalink
  25. def doSim[T <: Component](rtl: ⇒ T)(body: (T) ⇒ Unit): Unit

    Permalink
  26. def doSim[T <: Component](report: SpinalReport[T], name: String, seed: Int)(body: (T) ⇒ Unit): Unit

    Permalink
  27. def doSim[T <: Component](report: SpinalReport[T], name: String)(body: (T) ⇒ Unit): Unit

    Permalink
  28. def doSim[T <: Component](report: SpinalReport[T])(body: (T) ⇒ Unit): Unit

    Permalink
  29. def doSimUntilVoid[T <: Component](rtl: ⇒ T, name: String, seed: Int)(body: (T) ⇒ Unit): Unit

    Permalink
  30. def doSimUntilVoid[T <: Component](rtl: ⇒ T, name: String)(body: (T) ⇒ Unit): Unit

    Permalink
  31. def doSimUntilVoid[T <: Component](rtl: ⇒ T)(body: (T) ⇒ Unit): Unit

    Permalink
  32. def doSimUntilVoid[T <: Component](report: SpinalReport[T], name: String, seed: Int)(body: (T) ⇒ Unit): Unit

    Permalink
  33. def doSimUntilVoid[T <: Component](report: SpinalReport[T], name: String)(body: (T) ⇒ Unit): Unit

    Permalink
  34. def doSimUntilVoid[T <: Component](report: SpinalReport[T])(body: (T) ⇒ Unit): Unit

    Permalink
  35. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. def fewOptimisation: SpinalSimConfig.this.type

    Permalink
  37. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. def noOptimisation: SpinalSimConfig.this.type

    Permalink
  41. def normalOptimisation: SpinalSimConfig.this.type

    Permalink
  42. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  43. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def withConfig(config: SpinalConfig): SpinalSimConfig.this.type

    Permalink
  49. def withCoverage: SpinalSimConfig.this.type

    Permalink
  50. def withFstWave: SpinalSimConfig.this.type

    Permalink
  51. def withGhdl: SpinalSimConfig.this.type

    Permalink
  52. def withIVerilog: SpinalSimConfig.this.type

    Permalink
  53. def withVcdWave: SpinalSimConfig.this.type

    Permalink
  54. def withVerilator: SpinalSimConfig.this.type

    Permalink
  55. def withWave(depth: Int): SpinalSimConfig.this.type

    Permalink
  56. def withWave: SpinalSimConfig.this.type

    Permalink
  57. def workspaceName(name: String): SpinalSimConfig.this.type

    Permalink
  58. def workspacePath(path: String): SpinalSimConfig.this.type

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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