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](), _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) 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)

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 _additionalIncludeDir: ArrayBuffer[String]
  5. var _additionalRtlPath: ArrayBuffer[String]
  6. var _backend: SpinalSimBackendSel
  7. var _cachePath: String
  8. var _disableCache: Boolean
  9. var _maxCacheEntries: Int
  10. var _optimisationLevel: Int
  11. var _simulatorFlags: ArrayBuffer[String]
  12. var _spinalConfig: SpinalConfig
  13. var _waveDepth: Int
  14. var _waveFormat: WaveFormat
  15. var _withCoverage: Boolean
  16. var _withLogging: Boolean
  17. var _workspaceName: String
  18. var _workspacePath: String
  19. def addIncludeDir(that: String): SpinalSimConfig.this.type
  20. def addRtl(that: String): SpinalSimConfig.this.type
  21. def addSimulatorFlag(flag: String): SpinalSimConfig.this.type
  22. def allOptimisation: SpinalSimConfig.this.type
  23. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  24. def cachePath(path: String): SpinalSimConfig.this.type
  25. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  26. def compile[T <: Component](report: SpinalReport[T]): SimCompiled[T]
  27. def compile[T <: Component](rtl: ⇒ T): SimCompiled[T]
  28. def compileCloned[T <: Component](rtl: ⇒ T): SimCompiled[T]
  29. def disableCache: SpinalSimConfig.this.type
  30. def doSim[T <: Component](rtl: ⇒ T, name: String, seed: Int)(body: (T) ⇒ Unit): Unit
  31. def doSim[T <: Component](rtl: ⇒ T, name: String)(body: (T) ⇒ Unit): Unit
  32. def doSim[T <: Component](rtl: ⇒ T)(body: (T) ⇒ Unit): Unit
  33. def doSim[T <: Component](report: SpinalReport[T], name: String, seed: Int)(body: (T) ⇒ Unit): Unit
  34. def doSim[T <: Component](report: SpinalReport[T], name: String)(body: (T) ⇒ Unit): Unit
  35. def doSim[T <: Component](report: SpinalReport[T])(body: (T) ⇒ Unit): Unit
  36. def doSimUntilVoid[T <: Component](rtl: ⇒ T, name: String, seed: Int)(body: (T) ⇒ Unit): Unit
  37. def doSimUntilVoid[T <: Component](rtl: ⇒ T, name: String)(body: (T) ⇒ Unit): Unit
  38. def doSimUntilVoid[T <: Component](rtl: ⇒ T)(body: (T) ⇒ Unit): Unit
  39. def doSimUntilVoid[T <: Component](report: SpinalReport[T], name: String, seed: Int)(body: (T) ⇒ Unit): Unit
  40. def doSimUntilVoid[T <: Component](report: SpinalReport[T], name: String)(body: (T) ⇒ Unit): Unit
  41. def doSimUntilVoid[T <: Component](report: SpinalReport[T])(body: (T) ⇒ Unit): Unit
  42. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def fewOptimisation: SpinalSimConfig.this.type
  44. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  46. def maxCacheEntries(count: Int): SpinalSimConfig.this.type
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. def noOptimisation: SpinalSimConfig.this.type
  49. def normalOptimisation: SpinalSimConfig.this.type
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def withConfig(config: SpinalConfig): SpinalSimConfig.this.type
  57. def withCoverage: SpinalSimConfig.this.type
  58. def withFstWave: SpinalSimConfig.this.type
  59. def withGhdl: SpinalSimConfig.this.type
  60. def withIVerilog: SpinalSimConfig.this.type
  61. def withLogging: SpinalSimConfig.this.type
  62. def withVcdWave: SpinalSimConfig.this.type
  63. def withVerilator: SpinalSimConfig.this.type
  64. def withWave(depth: Int): SpinalSimConfig.this.type
  65. def withWave: SpinalSimConfig.this.type
  66. def workspaceName(name: String): SpinalSimConfig.this.type
  67. def workspacePath(path: String): SpinalSimConfig.this.type

Deprecated Value Members

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped