SimulatorOptions

dfhdl.options.SimulatorOptions
See theSimulatorOptions companion object
final case class SimulatorOptions(onError: OnError, Werror: WError, verilogSimulator: VerilogSimulator, vhdlSimulator: VHDLSimulator, runLimit: RunLimit) extends ToolOptions

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ToolOptions
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getTool(using co: CompilerOptions): Simulator

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product