Linter

dfhdl.tools.toolsCore.Linter
trait Linter extends Tool

Attributes

Graph
Supertypes
trait Tool
class Object
trait Matchable
class Any
Known subtypes
object QuestaSimVHDL
trait VHDLLinter
object GHDL
object NVC
object VivadoSimVHDL
object IcarusVerilog
object Verilator
Show all

Members list

Value members

Abstract methods

protected def lintCmdLanguageFlag(using co: CompilerOptions): String
protected def lintCmdSources(using CompilerOptions, ToolOptions, MemberGetSet): String

Concrete methods

final def lint(cd: CompiledDesign)(using CompilerOptions, ToolOptions): CompiledDesign
final protected def lintCmdFlags(using CompilerOptions, ToolOptions, MemberGetSet): String
protected def lintCmdPostLangFlags(using CompilerOptions, ToolOptions, MemberGetSet): String
protected def lintCmdPreLangFlags(using CompilerOptions, ToolOptions, MemberGetSet): String
protected def lintLogger(using CompilerOptions, ToolOptions, MemberGetSet): Option[ProcessLogger]
protected def lintPrepare()(using CompilerOptions, ToolOptions, MemberGetSet): Unit

Inherited methods

final def isAvailable: Boolean

Attributes

Inherited from:
Tool
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 fields

val toolName: String

Attributes

Inherited from:
Tool