mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Remove use of abc_box_id in stat
This commit is contained in:
parent
23cd2e5de0
commit
709f76c107
1 changed files with 0 additions and 3 deletions
|
@ -269,9 +269,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);
|
||||
mod_stat[mod->name] = data;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue