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
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpinalFormalConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
- var _additionalIncludeDir: ArrayBuffer[String]
- var _additionalRtlPath: ArrayBuffer[String]
- var _backend: FormalBackend
- var _engines: ArrayBuffer[FormalEngin]
- var _hasAsync: Boolean
- var _keepDebugInfo: Boolean
- var _modesWithDepths: LinkedHashMap[String, Int]
- var _skipWireReduce: Boolean
- var _spinalConfig: SpinalConfig
- var _timeout: Option[Int]
- var _workspaceName: String
- var _workspacePath: String
- def addEngin(engin: FormalEngin): SpinalFormalConfig.this.type
- def addIncludeDir(that: String): SpinalFormalConfig.this.type
- def addRtl(that: String): SpinalFormalConfig.this.type
- def compile[T <: Component](report: SpinalReport[T]): SpinalFormalBackend
- def compile[T <: Component](rtl: ⇒ T): SpinalFormalBackend
- def compileCloned[T <: Component](rtl: ⇒ T): SpinalFormalBackend
- def doVerify[T <: Component](rtl: ⇒ T, name: String)(implicit className: String): Unit
- def doVerify[T <: Component](rtl: ⇒ T)(implicit className: String): Unit
- def doVerify[T <: Component](report: SpinalReport[T], name: String)(implicit className: String): Unit
- def doVerify[T <: Component](report: SpinalReport[T])(implicit className: String): Unit
- def withAsync: SpinalFormalConfig.this.type
- def withBMC(depth: Int = 100): SpinalFormalConfig.this.type
- def withBackend(backend: FormalBackend): SpinalFormalConfig.this.type
- def withConfig(config: SpinalConfig): SpinalFormalConfig.this.type
- def withCover(depth: Int = 100): SpinalFormalConfig.this.type
- def withDebug: SpinalFormalConfig.this.type
- def withEngies(engins: Seq[FormalEngin]): SpinalFormalConfig.this.type
- def withGhdl: SpinalFormalConfig.this.type
- def withOutWireReduce: SpinalFormalConfig.this.type
- def withProve(depth: Int = 100): SpinalFormalConfig.this.type
- def withSymbiYosys: SpinalFormalConfig.this.type
- def withSyncOnly: SpinalFormalConfig.this.type
- def withSyncResetDefault: SpinalFormalConfig.this.type
- def withTimeout(timeout: Int): SpinalFormalConfig.this.type
- def workspaceName(name: String): SpinalFormalConfig.this.type
- def workspacePath(path: String): SpinalFormalConfig.this.type