Revert "For 'stat' do not count modules with abc_box_id"
This reverts commit b89bb744529fc8a5e4cd38522f86a797117f2abc.
This commit is contained in:
parent
9f275c1437
commit
90dc4d82de
@ -339,9 +339,6 @@ struct StatPass : public Pass {
|
||||
if (mod->get_bool_attribute("\\top"))
|
||||
top_mod = mod;
|
||||
|
||||
if (mod->attributes.count("\\abc_box_id"))
|
||||
continue;
|
||||
|
||||
statdata_t data(design, mod, width_mode, cell_area, techname);
|
||||
mod_stat[mod->name] = data;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user