QuestaSimCommon

dfhdl.tools.toolsCore.QuestaSimCommon
trait QuestaSimCommon extends Linter

Attributes

Graph
Supertypes
trait Linter
trait Tool
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

final protected def extractVersion(cmdRetStr: String): Option[String]
override protected def lintCmdPreLangFlags(using CompilerOptions, LinterOptions, MemberGetSet): String

Attributes

Definition Classes
final override protected def lintPrepare()(using CompilerOptions, LinterOptions, MemberGetSet): Unit

Attributes

Definition Classes
final protected def versionCmd: String

Inherited methods

final def isAvailable: Boolean

Attributes

Inherited from:
Tool
final def lint[D <: Design](cd: CompiledDesign[D])(using CompilerOptions, LinterOptions): CompiledDesign[D]

Attributes

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

Attributes

Inherited from:
Linter
protected def lintCmdPostLangFlags(using CompilerOptions, LinterOptions, MemberGetSet): String

Attributes

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

Attributes

Inherited from:
Linter
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 lintCmdLanguageFlag(using co: CompilerOptions): String

Attributes

Inherited from:
Linter
protected def lintCmdSources(using CompilerOptions, LinterOptions, MemberGetSet): String

Attributes

Inherited from:
Linter

Concrete fields

final val toolName: String