VivadoSimCommon

dfhdl.tools.toolsCore.VivadoSimCommon
trait VivadoSimCommon 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]
final override protected def lintLogger(using CompilerOptions, LinterOptions, MemberGetSet): Option[ProcessLogger]

Attributes

Definition Classes
protected def suppressLine(line: String): Boolean
final protected def versionCmd: String
final override protected def windowsBinExec: String

Attributes

Definition Classes

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 lintCmdPreLangFlags(using CompilerOptions, LinterOptions, MemberGetSet): String

Attributes

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

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