Remove use of abc_box_id in stat
authorEddie Hung <eddie@fpgeh.com>
Wed, 17 Apr 2019 23:35:27 +0000 (16:35 -0700)
committerEddie Hung <eddie@fpgeh.com>
Wed, 17 Apr 2019 23:35:27 +0000 (16:35 -0700)
passes/cmds/stat.cc

index 3909c4c8cf44cf15fe87c082ff29fe7c02227560..54f4ea817b170eeb05d461c583fc3924b9f7a235 100644 (file)
@@ -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;