rohd icon indicating copy to clipboard operation
rohd copied to clipboard

Make it so that `Synthesizer`s generate an output themselves based on a `Module`

Open mkorbel1 opened this issue 3 years ago • 0 comments

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 Modules directly and returns/generates the file contents. A new Synthesizer should not require a new method in Module.

mkorbel1 avatar Sep 23 '21 20:09 mkorbel1