Skip to content

Commit

Permalink
designs: Set REPAIR_TIMING_MAX_PASSES_PER_ITER params for a few designs
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski committed Nov 25, 2024
1 parent f69b905 commit ae76b54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flow/designs/asap7/ibex/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ export ENABLE_DPO = 0

export TNS_END_PERCENT = 100

export FP_REPAIR_TIMING_MAX_PASSES_PER_ITER = 5
export CTS_REPAIR_TIMING_MAX_PASSES_PER_ITER = 30
export GRT_REPAIR_TIMING_MAX_PASSES_PER_ITER = 10

3 changes: 3 additions & 0 deletions flow/designs/nangate45/black_parrot/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ export PLACE_DENSITY_LB_ADDON = 0.05
export MACRO_PLACE_HALO = 10 10
export MACRO_PLACE_CHANNEL = 20 20
export TNS_END_PERCENT = 100

export FP_REPAIR_TIMING_MAX_PASSES_PER_ITER = 5
export GRT_REPAIR_TIMING_MAX_PASSES_PER_ITER = 30

0 comments on commit ae76b54

Please sign in to comment.