VerilogSimulator

dfhdl.tools.toolsCore.VerilogSimulator

Attributes

Graph
Supertypes
trait VerilogTool
trait Simulator
trait Tool
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Concrete methods

protected def simulateCmdLanguageFlag(dialect: VerilogDialect): 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 and Abstract methods

protected def includeFolderFlag: String

Attributes

Inherited from:
VerilogTool

Inherited fields

val simRunsLint: Boolean

Attributes

Inherited from:
Simulator

Inherited and Abstract fields

val toolName: String

Attributes

Inherited from:
Tool