Builder

dfhdl.tools.toolsCore.Builder
See theBuilder companion object
trait Builder extends Tool

Attributes

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

Members list

Type members

Types

type BO <: BuilderOptions

Value members

Abstract methods

def build[D <: Design](cd: CompiledDesign[D])(using CompilerOptions, BO): 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 error(msg: String)(using to: ToolOptions): Unit

Attributes

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

Attributes

Inherited from:
Tool
protected def getInstalledVersion(using to: ToolOptions): String

Attributes

Inherited from:
Tool
final protected def preCheck()(using to: ToolOptions): Unit

Attributes

Inherited from:
Tool
protected def windowsBinExec: String

Attributes

Inherited from:
Tool

Inherited and Abstract methods

protected def binExec: String

Attributes

Inherited from:
Tool
protected def extractVersion(cmdRetStr: String): Option[String]

Attributes

Inherited from:
Tool
protected def versionCmd: String

Attributes

Inherited from:
Tool

Inherited and Abstract fields

val toolName: String

Attributes

Inherited from:
Tool