case class SimConfigLegacy[T <: Component](_rtlGen: Option[() ⇒ T] = None, _spinalConfig: SpinalConfig = SpinalConfig(), _spinalReport: Option[SpinalReport[T]] = None) extends Product with Serializable
Legacy simulation configuration
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimConfigLegacy
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SimConfigLegacy(_rtlGen: Option[() ⇒ T] = None, _spinalConfig: SpinalConfig = SpinalConfig(), _spinalReport: Option[SpinalReport[T]] = None)
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 _rtlGen: Option[() ⇒ T]
- var _spinalConfig: SpinalConfig
- var _spinalReport: Option[SpinalReport[T]]
- def allOptimisation: SimConfigLegacy.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(): SimCompiled[T]
- def doManagedSim(name: String, seed: Int)(body: (T) ⇒ Unit): Unit
- def doManagedSim(name: String)(body: (T) ⇒ Unit): Unit
- def doManagedSim(body: (T) ⇒ Unit): Unit
- def doSim(name: String, seed: Int)(body: (T) ⇒ Unit): Unit
- def doSim(name: String)(body: (T) ⇒ Unit): Unit
- def doSim(body: (T) ⇒ Unit): Unit
- def doSimUntilVoid(name: String, seed: Int)(body: (T) ⇒ Unit): Unit
- def doSimUntilVoid(name: String)(body: (T) ⇒ Unit): Unit
- def doSimUntilVoid(body: (T) ⇒ Unit): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fewOptimisation: SimConfigLegacy.this.type
-
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
- def noOptimisation: SimConfigLegacy.this.type
- def normalOptimisation: SimConfigLegacy.this.type
-
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 withConfig(config: SpinalConfig): SimConfigLegacy.this.type
- def withWave(depth: Int): SimConfigLegacy.this.type
- def withWave: SimConfigLegacy.this.type
- def workspaceName(name: String): SimConfigLegacy.this.type
- def workspacePath(path: String): SimConfigLegacy.this.type
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated