Class

spinal.core.formal

SpinalFormalConfig

Related Doc: package formal

Permalink

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)

    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: SpinalFormalBackendSel

    Permalink
  7. var _engines: ArrayBuffer[FormalEngin]

    Permalink
  8. var _hasAsync: Boolean

    Permalink
  9. var _keepDebugInfo: Boolean

    Permalink
  10. var _modesWithDepths: LinkedHashMap[String, Int]

    Permalink
  11. var _multiClock: Boolean

    Permalink
  12. var _skipWireReduce: Boolean

    Permalink
  13. var _spinalConfig: SpinalConfig

    Permalink
  14. var _timeout: Option[Int]

    Permalink
  15. var _workspaceName: String

    Permalink
  16. var _workspacePath: String

    Permalink
  17. def addEngin(engin: FormalEngin): SpinalFormalConfig.this.type

    Permalink
  18. def addIncludeDir(that: String): SpinalFormalConfig.this.type

    Permalink
  19. def addRtl(that: String): SpinalFormalConfig.this.type

    Permalink
  20. final def asInstanceOf[T0]: T0

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

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

    Permalink
  23. def compile[T <: Component](rtl: ⇒ T): FormalBackend

    Permalink
  24. def compileCloned[T <: Component](rtl: ⇒ T): FormalBackend

    Permalink
  25. def doVerify[T <: Component](rtl: ⇒ T, name: String): Unit

    Permalink
  26. def doVerify[T <: Component](rtl: ⇒ T): Unit

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

    Permalink
  28. def doVerify[T <: Component](report: SpinalReport[T]): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withAsync: SpinalFormalConfig.this.type

    Permalink
  40. def withBMC(depth: Int = 100): SpinalFormalConfig.this.type

    Permalink
  41. def withConfig(config: SpinalConfig): SpinalFormalConfig.this.type

    Permalink
  42. def withCover(depth: Int = 100): SpinalFormalConfig.this.type

    Permalink
  43. def withDebug: SpinalFormalConfig.this.type

    Permalink
  44. def withEngies(engins: Seq[FormalEngin]): SpinalFormalConfig.this.type

    Permalink
  45. def withOutWireReduce: SpinalFormalConfig.this.type

    Permalink
  46. def withProve(depth: Int = 100): SpinalFormalConfig.this.type

    Permalink
  47. def withSymbiYosys: SpinalFormalConfig.this.type

    Permalink
  48. def withTimeout(timeout: Int): SpinalFormalConfig.this.type

    Permalink
  49. def workspaceName(name: String): SpinalFormalConfig.this.type

    Permalink
  50. def workspacePath(path: String): SpinalFormalConfig.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