Make it so that `Synthesizer`s generate an output themselves based on a `Module`
Open
enhancement
- Dominant language
- Dart
- Stars
- 489
- Forks
- 88
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 10
Description
Right now, `Module` has a method `generateSynth` which uses a `SynthBuilder` and `SystemVerilogSynthesizer` to generate SystemVerilog file contents. It would be better if `Synthesizer` had a function that consumes `Module`s directly and returns/generates the file contents. A new `Synthesizer` should not require a new method in `Module`.
Contributor guide
Assessment
This issue has not been assessed yet.