VHDLLinter

dfhdl.tools.toolsCore.VHDLLinter
See theVHDLLinter companion object
trait VHDLLinter extends Linter

Attributes

Companion
object
Graph
Supertypes
trait Linter
trait Tool
class Object
trait Matchable
class Any
Known subtypes
object GHDL

Members list

Value members

Inherited methods

final protected def addSourceFiles[D <: Design](cd: CompiledDesign[D], sourceFiles: List[SourceFile])(using CompilerOptions): CompiledDesign[D]

Attributes

Inherited from:
Tool
final protected def exec[D <: Design](cd: CompiledDesign[D], cmd: String)(using co: CompilerOptions): CompiledDesign[D]

Attributes

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

Attributes

Inherited from:
Linter