dfhdl

package dfhdl

Members list

Packages

package dfhdl.app
package dfhdl.lib
package dfhdl.options
package dfhdl.tools

Type members

Classlikes

final case class top(genMain: Boolean)(using annot: AnnotatedWith[top, Design])(using elaborationOptions: Defaults[annot.Out], compilerOptions: Defaults[annot.Out], printerOptions: Defaults[annot.Out], linterOptions: Defaults[annot.Out], simulatorOptions: Defaults[annot.Out], appOptions: Defaults[annot.Out]) extends StaticAnnotation

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all

Extensions

Extensions

extension (cd: CompiledDesign)
def build(using builder: Builder)(using CompilerOptions, BuilderOptions): CompiledDesign
def lint(using co: CompilerOptions, lo: LinterOptions): CompiledDesign
def simPrep(using co: CompilerOptions, so: SimulatorOptions): CompiledDesign
def simRun(using co: CompilerOptions, so: SimulatorOptions): CompiledDesign
def simulate(using co: CompilerOptions, so: SimulatorOptions): CompiledDesign