lnis-uofu / OpenFPGA

An Open-source FPGA IP Generator
https://openfpga.readthedocs.io/en/master/
MIT License
846 stars 163 forks source link

Support Existing Tape-outs in Regression Tests #155

Open tangxifan opened 3 years ago

tangxifan commented 3 years ago

Is your feature request related to a problem? Please describe. There have been several tape-out completed by using OpenFPGA. For example, the SOFA series. To keep a constant support on these tape-outs, OpenFPGA's regression tests should test bitstream generation and HDL simulation on existing netlists.

However, current regression tests only focus on a complete flow: netlist generation -> bitstream/testbench generation -> HDL simulation. This may cause a tape-out to be disconnected from the OpenFPGA support:

Describe the solution you'd like There is a strong to upgrade the OpenFPGA flow scripts to

tangxifan commented 3 years ago

@ganeshgore I think this is well needed as we have a number of tape-outs done. I would like to see it happen soon. @yashton If you have time, we can work together on these scripts. Currently, our regression tests are still too simple.