Skip to content

Commit

Permalink
equiv_simple: Take FFs into account for driver map
Browse files Browse the repository at this point in the history
This fixes an issue introduced in commit 26644ea due to which flip-flops
are inadvertently ignored when building up driver map. The mentioned
commit wasn't without functional change after all.
  • Loading branch information
povik committed Feb 21, 2024
1 parent d593435 commit 4c96546
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 4c96546

Please sign in to comment.