GHDL

dfhdl.tools.toolsCore.GHDL
object GHDL extends VHDLLinter

Attributes

Graph
Supertypes
trait VHDLLinter
trait Linter
trait Tool
class Object
trait Matchable
class Any
Show all
Self type
GHDL.type

Members list

Value members

Concrete methods

def binExec: String
def filesCmdPart[D <: Design](cd: CompiledDesign[D]): String
def lint[D <: Design](cd: CompiledDesign[D])(using co: CompilerOptions): CompiledDesign[D]

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