Hello all, is there a command to get the following...
# openroad
j
Hello all, is there a command to get the following information: • number of standard cells/ macros from a synthesised design? • area of standard cells/ area of macro [just need to know if there is a way to get area for one cell/macro, can probably write some script for the rest]
v
Refer ORFS
reports/nangate45/gcd/base/synth_stat.txt
for no. of std cells/macros after synthesis
relevant scripts can be found from
scripts
or
utils
directory
j
Thanks! For anyone who chances on this in the future: the command is
stat
, not the linux but the yosys version [here].