CommonSimulationSettings

svsim.CommonSimulationSettings
See theCommonSimulationSettings companion object

Backend-independent simulation runtime settings

Attributes

Note

Use CommonSimulationSettings$ methods to create objects of this class.

Companion
object
Source
Backend.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def copy(plusArgs: Seq[PlusArg] = ..., enableWavesAtTimeZero: Boolean = ..., traceFileStem: String = ...): CommonSimulationSettings

Return a copy of this CommonSimulationSettings with some fields modified.

Return a copy of this CommonSimulationSettings with some fields modified.

Attributes

Source
Backend.scala

Concrete fields

val enableWavesAtTimeZero: Boolean

Attributes

Source
Backend.scala
val plusArgs: Seq[PlusArg]

Attributes

Source
Backend.scala
val traceFileStem: String

Attributes

Source
Backend.scala