FPGA-Research-Manchester / FABulous

Fabric generator and CAD tools
https://fabulous.readthedocs.io/en/latest/
Apache License 2.0
148 stars 34 forks source link

Synthesis of VHDL #200

Closed Biswajitks1 closed 4 months ago

Biswajitks1 commented 5 months ago

This pull request introduces the use of the GHDL plugin in Yosys to synthesize VHDL files.The top_wrapper was converted to vhdl and tried to use ghdl but it was unable to interpret the attributes(constraints) so by using yosys read_verilog command the top_wrapper.v can be used.

KelvinChung2000 commented 5 months ago

Please add some documentation about synthesis with VHDL that will require a GHDL Yosys extension and how it should get set up.

Biswajitks1 commented 5 months ago

I will add documentation about that and also correct the error,thank you.

Biswajitks1 commented 4 months ago

Sorry I messed soemthing up so creating a new branch and will create a pull request by adding documentation and correcting errors.