rodrigomelo9 / verifying-foss-hdl-synthesizers

a project to check the FOSS synthesizers against vendors EDA tools
ISC License
12 stars 2 forks source link
foss-synthesizers ghdl ghdl-yosys-plugin ise iverilog pyfpga quartus verilator vivado yosys

Verifying FOSS HDL-synthesizers

Yosys Verification GHDL Verification ghdl-yosys-plugin Verification

The aim of this project is to provide feedback about things supported by the vendor EDA tools, which presents issues for Yosys, GHDL or ghdl-yosys-plugin. This is performed, running the tools against several examples from different sources:

Firstly, the examples are checked with commercial tools such as ISE, Vivado and Quartus, to check if they are synthesizable. Secondly, they are analyzed with tools like iVerilog and GHDL to detect non-standard constructions. Then, the tools under test are employed. If an issue is detected, it is reported and the file is ignored until fixed. To simplify tools and options handling, fpga-hdl2bit from the PyFPGA project is used (when supported).

A Dockerfile, based on ghdl/synth:beta from the ghdl/docker project (which supports the three tools under test), is provided. It is employed for the CI of the repository and can be used to run in any GNU/Linux with Docker installed on:

License

This project is distributed under ISC license.