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

Value members

Abstract methods

def build[D <: Design](cd: CompiledDesign[D])(using CompilerOptions, BuilderOptions): CompiledDesign[D]

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