Skip to content

Commit

Permalink
Merge pull request #3676 from nakengelhardt/dfflegalize_scratchpad_mi…
Browse files Browse the repository at this point in the history
…narg
  • Loading branch information
nakengelhardt authored Jul 3, 2023
2 parents b5b0b7e + b562b54 commit 14d50a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions passes/techmap/dfflegalize.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1021,8 +1021,8 @@ struct DffLegalizePass : public Pass {
supported_cells_neg[i][j] = 0;
supported_cells[i] = 0;
}
mince = 0;
minsrst = 0;
mince = design->scratchpad_get_int("dfflegalize.mince", 0);
minsrst = design->scratchpad_get_int("dfflegalize.minsrst", 0);

size_t argidx;
for (argidx = 1; argidx < args.size(); argidx++)
Expand Down

0 comments on commit 14d50a1

Please sign in to comment.