Skip to content

Commit

Permalink
Merge pull request #4224 from povik/equiv_simple-fix
Browse files Browse the repository at this point in the history
equiv_simple: Take FFs into account for driver map
  • Loading branch information
jix authored Mar 4, 2024
2 parents 8d00466 + 4c96546 commit 16f6386
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions passes/equiv/equiv_simple.cc
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ struct EquivSimplePass : public Pass {
CellTypes ct;
ct.setup_internals();
ct.setup_stdcells();
ct.setup_internals_ff();
ct.setup_stdcells_mem();

for (auto module : design->selected_modules())
{
Expand Down

0 comments on commit 16f6386

Please sign in to comment.