VHDLSimulator

dfhdl.tools.toolsCore.VHDLSimulator

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

final def isAvailable: Boolean

Attributes

Inherited from:
Tool
protected def simRunExec(using MemberGetSet): String

Attributes

Inherited from:
Simulator
def simulate(cd: CompiledDesign)(using CompilerOptions, SimulatorOptions): CompiledDesign

Attributes

Inherited from:
Simulator
final protected def simulateCmdFlags(using CompilerOptions, SimulatorOptions, MemberGetSet): String

Attributes

Inherited from:
Simulator
protected def simulateCmdPostLangFlags(using CompilerOptions, SimulatorOptions, MemberGetSet): String

Attributes

Inherited from:
Simulator
protected def simulateCmdPreLangFlags(using CompilerOptions, SimulatorOptions, MemberGetSet): String

Attributes

Inherited from:
Simulator
protected def simulateLogger(using CompilerOptions, SimulatorOptions, MemberGetSet): Option[ProcessLogger]

Attributes

Inherited from:
Simulator
protected def simulatePrepare()(using CompilerOptions, SimulatorOptions, MemberGetSet): Unit

Attributes

Inherited from:
Simulator
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

Inherited fields

val simRunsLint: Boolean

Attributes

Inherited from:
Simulator

Inherited and Abstract fields

val toolName: String

Attributes

Inherited from:
Tool