rm sigmap

This commit is contained in:
Stan Lee 2026-05-11 18:42:57 -07:00
parent 517a174775
commit 74dee77d9d
1 changed files with 0 additions and 2 deletions

View File

@ -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;