diff --git a/passes/techmap/clockgate.cc b/passes/techmap/clockgate.cc index 241f7cbb6..f1e5c663a 100644 --- a/passes/techmap/clockgate.cc +++ b/passes/techmap/clockgate.cc @@ -397,8 +397,6 @@ struct ClockgatePass : public Pass { int gated_flop_count = 0; for (auto module : design->selected_unboxed_whole_modules()) { - SigMap sigmap(module); - for (auto cell : module->cells()) { if (!cell->is_builtin_ff()) continue;