From: Eddie Hung Date: Wed, 12 Jun 2019 23:51:37 +0000 (-0700) Subject: Revert "For 'stat' do not count modules with abc_box_id" X-Git-Tag: working-ls180~1237^2~136 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90dc4d82de2eb7193caef797203d0e4cc8d32d3e;p=yosys.git Revert "For 'stat' do not count modules with abc_box_id" This reverts commit b89bb744529fc8a5e4cd38522f86a797117f2abc. --- diff --git a/passes/cmds/stat.cc b/passes/cmds/stat.cc index c42f7fcdd..d22685b62 100644 --- a/passes/cmds/stat.cc +++ b/passes/cmds/stat.cc @@ -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;