c

spinal.core.formal

SpinalFormalConfig

case class SpinalFormalConfig(_workspacePath: String = ..., _workspaceName: String = null, _spinalConfig: SpinalConfig = SpinalConfig().includeFormal, _additionalRtlPath: ArrayBuffer[String] = ArrayBuffer[String](), _additionalIncludeDir: ArrayBuffer[String] = ArrayBuffer[String](), _modesWithDepths: LinkedHashMap[String, Int] = LinkedHashMap[String, Int](), _backend: SpinalFormalBackendSel = SpinalFormalBackendSel.SYMBIYOSYS, _keepDebugInfo: Boolean = false, _skipWireReduce: Boolean = false, _hasAsync: Boolean = false) extends Product with Serializable

SpinalSim configuration

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpinalFormalConfig
  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 SpinalFormalConfig(_workspacePath: String = ..., _workspaceName: String = null, _spinalConfig: SpinalConfig = SpinalConfig().includeFormal, _additionalRtlPath: ArrayBuffer[String] = ArrayBuffer[String](), _additionalIncludeDir: ArrayBuffer[String] = ArrayBuffer[String](), _modesWithDepths: LinkedHashMap[String, Int] = LinkedHashMap[String, Int](), _backend: SpinalFormalBackendSel = SpinalFormalBackendSel.SYMBIYOSYS, _keepDebugInfo: Boolean = false, _skipWireReduce: Boolean = false, _hasAsync: 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: SpinalFormalBackendSel
  7. var _engines: ArrayBuffer[FormalEngin]
  8. var _hasAsync: Boolean
  9. var _keepDebugInfo: Boolean
  10. var _modesWithDepths: LinkedHashMap[String, Int]
  11. var _multiClock: Boolean
  12. var _skipWireReduce: Boolean
  13. var _spinalConfig: SpinalConfig
  14. var _timeout: Option[Int]
  15. var _workspaceName: String
  16. var _workspacePath: String
  17. def addEngin(engin: FormalEngin): SpinalFormalConfig.this.type
  18. def addIncludeDir(that: String): SpinalFormalConfig.this.type
  19. def addRtl(that: String): SpinalFormalConfig.this.type
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  22. def compile[T <: Component](report: SpinalReport[T]): FormalBackend
  23. def compile[T <: Component](rtl: ⇒ T): FormalBackend
  24. def compileCloned[T <: Component](rtl: ⇒ T): FormalBackend
  25. def doVerify[T <: Component](rtl: ⇒ T, name: String): Unit
  26. def doVerify[T <: Component](rtl: ⇒ T): Unit
  27. def doVerify[T <: Component](report: SpinalReport[T], name: String): Unit
  28. def doVerify[T <: Component](report: SpinalReport[T]): Unit
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withAsync: SpinalFormalConfig.this.type
  40. def withBMC(depth: Int = 100): SpinalFormalConfig.this.type
  41. def withConfig(config: SpinalConfig): SpinalFormalConfig.this.type
  42. def withCover(depth: Int = 100): SpinalFormalConfig.this.type
  43. def withDebug: SpinalFormalConfig.this.type
  44. def withEngies(engins: Seq[FormalEngin]): SpinalFormalConfig.this.type
  45. def withOutWireReduce: SpinalFormalConfig.this.type
  46. def withProve(depth: Int = 100): SpinalFormalConfig.this.type
  47. def withSymbiYosys: SpinalFormalConfig.this.type
  48. def withTimeout(timeout: Int): SpinalFormalConfig.this.type
  49. def workspaceName(name: String): SpinalFormalConfig.this.type
  50. def workspacePath(path: String): SpinalFormalConfig.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