Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Dargelas committed Jan 31, 2025
1 parent b4787c7 commit 4861aef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions passes/cmds/cell_fanout.cc
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ struct AnnotateCellFanout : public ScriptPass {
log_error("No design object");
return;
}
if (!design->top_module()) {
log_error("No top module");
return;
}
log("Running annotate_cell_fanout pass\n");
log_flush();
// Precompute cell output sigspec to cell map
Expand Down

0 comments on commit 4861aef

Please sign in to comment.