Simulator

dfhdl.tools.toolsCore.Simulator
trait Simulator extends Tool

Attributes

Graph
Supertypes
trait Tool
class Object
trait Matchable
class Any
Known subtypes
object QuestaSimVHDL
object GHDL
object NVC
object VivadoSimVHDL
object IcarusVerilog
object Verilator
Show all

Members list

Value members

Abstract methods

protected def simulateCmdLanguageFlag(using co: CompilerOptions): String
protected def simulateCmdSources(using CompilerOptions, SimulatorOptions, MemberGetSet): String

Concrete methods

protected def simRunExec(using MemberGetSet): String
def simulate(cd: CompiledDesign)(using CompilerOptions, SimulatorOptions): CompiledDesign
final protected def simulateCmdFlags(using CompilerOptions, SimulatorOptions, MemberGetSet): String
protected def simulateCmdPostLangFlags(using CompilerOptions, SimulatorOptions, MemberGetSet): String
protected def simulateCmdPreLangFlags(using CompilerOptions, SimulatorOptions, MemberGetSet): String
protected def simulateLogger(using CompilerOptions, SimulatorOptions, MemberGetSet): Option[ProcessLogger]
protected def simulatePrepare()(using CompilerOptions, SimulatorOptions, MemberGetSet): Unit

Inherited methods

final def isAvailable: Boolean

Attributes

Inherited from:
Tool
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Tool -> Any
Inherited from:
Tool

Concrete fields

val simRunsLint: Boolean

Inherited and Abstract fields

val toolName: String

Attributes

Inherited from:
Tool