SynthBuilder class

A generic class which can convert a module into a generated output using a Synthesizer.

Constructors

SynthBuilder(Module top, Synthesizer synthesizer)
Constructs a SynthBuilder based on the top module and using synthesizer for generating outputs.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synthesisResults Set<SynthesisResult>
All the SynthesisResults generated by this SynthBuilder.
no setter
synthesizer Synthesizer
The Synthesizer to use for generating an output.
final
top Module
The top-level Module to be synthesized.
final

Methods

getFileContents() List<String>
Collects a List of Strings representing file contents generated by the synthesizer.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited