Verilator

dfhdl.tools.toolsCore.Verilator

Attributes

Graph
Supertypes
trait Simulator
trait VerilogTool
trait Linter
trait Tool
class Object
trait Matchable
class Any
Show all
Self type
Verilator.type

Members list

Value members

Concrete methods

override def simulate(cd: CompiledDesign)(using co: CompilerOptions, so: SimulatorOptions): CompiledDesign

Attributes

Definition Classes
def verilatedBinary(using MemberGetSet): String

Inherited methods

final def isAvailable: Boolean

Attributes

Inherited from:
Tool
final def lint(cd: CompiledDesign)(using CompilerOptions, ToolOptions): CompiledDesign

Attributes

Inherited from:
Linter
final protected def lintCmdFlags(using CompilerOptions, ToolOptions, MemberGetSet): String

Attributes

Inherited from:
Linter
final protected def lintCmdLanguageFlag(using co: CompilerOptions): String

Attributes

Inherited from:
VerilogLinter
final protected def lintCmdSources(using CompilerOptions, ToolOptions, MemberGetSet): String

Attributes

Inherited from:
VerilogLinter
protected def lintLogger(using CompilerOptions, ToolOptions, MemberGetSet): Option[ProcessLogger]

Attributes

Inherited from:
Linter
protected def lintPrepare()(using CompilerOptions, ToolOptions, MemberGetSet): Unit

Attributes

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

Attributes

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

Attributes

Inherited from:
Simulator
final protected def simulateCmdLanguageFlag(using co: CompilerOptions): String

Attributes

Inherited from:
VerilogSimulator
final protected def simulateCmdSources(using CompilerOptions, SimulatorOptions, MemberGetSet): String

Attributes

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

Concrete fields

override val convertWindowsToLinuxPaths: Boolean
val toolName: String

Inherited fields

val simRunsLint: Boolean

Attributes

Inherited from:
Simulator