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, _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, _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 _spinalConfig: SpinalConfig

    Permalink
  13. var _timeout: Option[Int]

    Permalink
  14. var _workspaceName: String

    Permalink
  15. var _workspacePath: String

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

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

    Permalink
  18. def addRtl(that: String): SpinalFormalConfig.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]): FormalBackend

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  42. def withDebug: SpinalFormalConfig.this.type

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

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

    Permalink
  45. def withSymbiYosys: SpinalFormalConfig.this.type

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

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

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