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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- 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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- 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 withTimeout(timeout: Int): SpinalFormalConfig.this.type
- def workspaceName(name: String): SpinalFormalConfig.this.type
- def workspacePath(path: String): SpinalFormalConfig.this.type
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated