Revert "For 'stat' do not count modules with abc_box_id"
authorEddie Hung <eddie@fpgeh.com>
Wed, 12 Jun 2019 23:51:37 +0000 (16:51 -0700)
committerEddie Hung <eddie@fpgeh.com>
Wed, 12 Jun 2019 23:51:37 +0000 (16:51 -0700)
This reverts commit b89bb744529fc8a5e4cd38522f86a797117f2abc.

passes/cmds/stat.cc

index c42f7fcdd787a50707e415e6580559cbc6329e53..d22685b62954bfd9b17888618a220e6038c4e634 100644 (file)
@@ -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;