mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 20:05:52 +00:00
Port from xc7mux branch
This commit is contained in:
parent
0c8a839f13
commit
55a3638c71
3 changed files with 167 additions and 54 deletions
|
@ -269,6 +269,9 @@ 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