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.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
synthesisResults
→ Set<
SynthesisResult> -
All the
SynthesisResult
s generated by this SynthBuilder.read-only - 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
String
s 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