vhdl

dfhdl.backends.vhdl
See thevhdl companion object
sealed class vhdl(val dialect: VHDLDialect) extends BackendCompiler

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object vhdl

Members list

Value members

Concrete methods

def printer(cd: CompiledDesign)(using CompilerOptions, PrinterOptions): Printer
def printer(designDB: DB)(using CompilerOptions, PrinterOptions): Printer
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
Any

Inherited methods

final def compile(sd: StagedDesign)(using co: CompilerOptions, po: PrinterOptions): CompiledDesign

Attributes

Inherited from:
BackendCompiler

Concrete fields