antonblanchard / vlsiffra

Create fast and efficient standard cell based adders, multipliers and multiply-adders.
Apache License 2.0
107 stars 9 forks source link

Automatically generate a performance table like Teo does with his adders #13

Open mithro opened 1 year ago

mithro commented 1 year ago

As part of his https://github.com/tdene/synth_opt_adders repository @tdene regularly generates a spreadsheet found at https://docs.google.com/spreadsheets/d/1pTGzZo5XYU7iuUryxorfzJwNuE9rM3le5t44wmLohy4/edit#gid=233932313

image

It makes it easy to see what type of performance, area and power you can expect for his adders.

It is also cool to see the performance and results evolve over time.