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: FormalBackend = SymbiYosysFormalBackend, _keepDebugInfo: Boolean = false, _skipWireReduce: Boolean = false, _hasAsync: Boolean = false, _timeout: Option[Int] = None, _engines: ArrayBuffer[FormalEngin] = ArrayBuffer()) 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: FormalBackend = SymbiYosysFormalBackend, _keepDebugInfo: Boolean = false, _skipWireReduce: Boolean = false, _hasAsync: Boolean = false, _timeout: Option[Int] = None, _engines: ArrayBuffer[FormalEngin] = ArrayBuffer())

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: FormalBackend
  7. var _engines: ArrayBuffer[FormalEngin]
  8. var _hasAsync: Boolean
  9. var _keepDebugInfo: Boolean
  10. var _modesWithDepths: LinkedHashMap[String, Int]
  11. var _skipWireReduce: Boolean
  12. var _spinalConfig: SpinalConfig
  13. var _timeout: Option[Int]
  14. var _workspaceName: String
  15. var _workspacePath: String
  16. def addEngin(engin: FormalEngin): SpinalFormalConfig.this.type
  17. def addIncludeDir(that: String): SpinalFormalConfig.this.type
  18. def addRtl(that: String): SpinalFormalConfig.this.type
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  21. def compile[T <: Component](report: SpinalReport[T]): SpinalFormalBackend
  22. def compile[T <: Component](rtl: ⇒ T): SpinalFormalBackend
  23. def compileCloned[T <: Component](rtl: ⇒ T): SpinalFormalBackend
  24. def doVerify[T <: Component](rtl: ⇒ T, name: String)(implicit className: String): Unit
  25. def doVerify[T <: Component](rtl: ⇒ T)(implicit className: String): Unit
  26. def doVerify[T <: Component](report: SpinalReport[T], name: String)(implicit className: String): Unit
  27. def doVerify[T <: Component](report: SpinalReport[T])(implicit className: String): Unit
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def withAsync: SpinalFormalConfig.this.type
  39. def withBMC(depth: Int = 100): SpinalFormalConfig.this.type
  40. def withBackend(backend: FormalBackend): 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 withGhdl: SpinalFormalConfig.this.type
  46. def withOutWireReduce: SpinalFormalConfig.this.type
  47. def withProve(depth: Int = 100): SpinalFormalConfig.this.type
  48. def withSymbiYosys: SpinalFormalConfig.this.type
  49. def withSyncOnly: SpinalFormalConfig.this.type
  50. def withTimeout(timeout: Int): SpinalFormalConfig.this.type
  51. def workspaceName(name: String): SpinalFormalConfig.this.type
  52. 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