Skip to content

Commit

Permalink
opt_lut_ins: fix name of global object. NFCI
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark authored Jun 28, 2024
1 parent 07daf61 commit 580aaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passes/opt/opt_lut_ins.cc
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ struct OptLutInsPass : public Pass {
module->remove(cell);
}
}
} XilinxDffOptPass;
} OptLutInsPass;

PRIVATE_NAMESPACE_END

0 comments on commit 580aaa3

Please sign in to comment.