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, _maxCacheEntries: Int = 100, _cachePath: String = null, _disableCache: Boolean = false, _withLogging: Boolean = false, _vcsCC: Option[String] = None, _vcsLd: Option[String] = None, _vcsUserFlags: VCSFlags = VCSFlags(), _xciSourcesPaths: ArrayBuffer[String] = ArrayBuffer[String](), _bdSourcesPaths: ArrayBuffer[String] = ArrayBuffer[String]()) 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, _maxCacheEntries: Int = 100, _cachePath: String = null, _disableCache: Boolean = false, _withLogging: Boolean = false, _vcsCC: Option[String] = None, _vcsLd: Option[String] = None, _vcsUserFlags: VCSFlags = VCSFlags(), _xciSourcesPaths: ArrayBuffer[String] = ArrayBuffer[String](), _bdSourcesPaths: ArrayBuffer[String] = ArrayBuffer[String]())

    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 _bdSourcesPaths: ArrayBuffer[String]

    Permalink
  8. var _cachePath: String

    Permalink
  9. var _disableCache: Boolean

    Permalink
  10. var _maxCacheEntries: Int

    Permalink
  11. var _optimisationLevel: Int

    Permalink
  12. var _simulatorFlags: ArrayBuffer[String]

    Permalink
  13. var _spinalConfig: SpinalConfig

    Permalink
  14. var _vcsCC: Option[String]

    Permalink
  15. var _vcsLd: Option[String]

    Permalink
  16. var _vcsUserFlags: VCSFlags

    Permalink
  17. var _waveDepth: Int

    Permalink
  18. var _waveFormat: WaveFormat

    Permalink
  19. var _withCoverage: Boolean

    Permalink
  20. var _withLogging: Boolean

    Permalink
  21. var _workspaceName: String

    Permalink
  22. var _workspacePath: String

    Permalink
  23. var _xciSourcesPaths: ArrayBuffer[String]

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

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

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

    Permalink
  27. def allOptimisation: SpinalSimConfig.this.type

    Permalink
  28. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  29. def cachePath(path: String): SpinalSimConfig.this.type

    Permalink
  30. def clone(): AnyRef

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

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

    Permalink
  33. def compileCloned[T <: Component](rtl: ⇒ T): SimCompiled[T]

    Permalink
  34. def disableCache: SpinalSimConfig.this.type

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  51. def maxCacheEntries(count: Int): SpinalSimConfig.this.type

    Permalink
  52. final def ne(arg0: AnyRef): Boolean

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

    Permalink
  54. def normalOptimisation: SpinalSimConfig.this.type

    Permalink
  55. final def notify(): Unit

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

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

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

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

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

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

    Permalink
  62. def withCoverage: SpinalSimConfig.this.type

    Permalink
  63. def withFSDBWave: SpinalSimConfig.this.type

    Permalink
  64. def withFsdbWave: SpinalSimConfig.this.type

    Permalink
  65. def withFstWave: SpinalSimConfig.this.type

    Permalink
  66. def withGhdl: SpinalSimConfig.this.type

    Permalink
  67. def withIVerilog: SpinalSimConfig.this.type

    Permalink
  68. def withLogging: SpinalSimConfig.this.type

    Permalink
  69. def withVCS(vcsFlags: VCSFlags = VCSFlags()): SpinalSimConfig.this.type

    Permalink
  70. def withVCS: SpinalSimConfig.this.type

    Permalink
  71. def withVCSCc(cc: String): SpinalSimConfig.this.type

    Permalink
  72. def withVCSLd(ld: String): SpinalSimConfig.this.type

    Permalink
  73. def withVPDWave: SpinalSimConfig.this.type

    Permalink
  74. def withVcdWave: SpinalSimConfig.this.type

    Permalink
  75. def withVcs: SpinalSimConfig.this.type

    Permalink
  76. def withVerilator: SpinalSimConfig.this.type

    Permalink
  77. def withVpdWave: SpinalSimConfig.this.type

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

    Permalink
  79. def withWave: SpinalSimConfig.this.type

    Permalink
  80. def withWaveDepth(depth: Int): SpinalSimConfig.this.type

    Permalink
  81. def withXSim: SpinalSimConfig.this.type

    Permalink
  82. def withXSimSourcesPaths(xciSourcesPaths: ArrayBuffer[String], bdSourcesPaths: ArrayBuffer[String]): SpinalSimConfig.this.type

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

    Permalink
  84. 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