The-OpenROAD-Project / OpenROAD

OpenROAD's unified application implementing an RTL-to-GDS Flow. Documentation at https://openroad.readthedocs.io/en/latest/
https://theopenroadproject.org/
BSD 3-Clause "New" or "Revised" License
1.5k stars 525 forks source link

Add some good examples from antonblanchard/vlsiffra as a regression test / benchmark #2361

Open mithro opened 1 year ago

mithro commented 1 year ago

@antonblanchard just released the vlsiffra project. See the tweet @ https://twitter.com/antonblanchard/status/1580154261962657792 

Introducing https://github.com/antonblanchard/vlsiffra/ - a generator of fast and efficient standard cell adders, multipliers and multiply-adders. Written in Amaranth HDL, formally verified with #Yosys. #Verilator verification too With @OpenROAD_EDA + ASAP7 7nm a 32bit 3 cycle multiplier hits 2.7GHz

Some interesting aspects;

It seems like some of the output of this tool would make excellent OpenROAD regression tests / benchmarks.

mithro commented 1 year ago

See associated issue on the vlsiffra report @ https://github.com/antonblanchard/vlsiffra/issues/15