File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8484# Default design
8585DESIGN_CONFIG ?= ./designs/nangate45/gcd/config.mk
8686
87+ # Default TNS_END_PERCENT value
88+ export TNS_END_PERCENT ?=5
89+
8790# If we are running headless use offscreen rendering for save_image
8891ifndef DISPLAY
8992export QT_QPA_PLATFORM ?= offscreen
Original file line number Diff line number Diff line change @@ -71,13 +71,10 @@ if { [info exists ::env(HOLD_SLACK_MARGIN)] && $::env(HOLD_SLACK_MARGIN) > 0.0}
7171 puts " Hold slack margin $::env(HOLD_SLACK_MARGIN) "
7272 append additional_args " -hold_margin $::env(HOLD_SLACK_MARGIN) "
7373}
74- if { [info exists ::env(TNS_END_PERCENT)] && $::env(TNS_END_PERCENT) > 0.0} {
75- puts " TNS end percent $::env(TNS_END_PERCENT) "
76- append additional_args " -repair_tns $::env(TNS_END_PERCENT) "
77- } else {
78- puts " Default TNS end percent 5"
79- append additional_args " -repair_tns 5"
80- }
74+
75+ puts " TNS end percent $::env(TNS_END_PERCENT) "
76+ append additional_args " -repair_tns $::env(TNS_END_PERCENT) "
77+
8178if { [info exists ::env(SKIP_PIN_SWAP)] } {
8279 puts " Skipping pin swapping during optimization"
8380 append additional_args " -skip_pin_swap"
You can’t perform that action at this time.
0 commit comments