We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1954eb4 + 9572190 commit ad3512eCopy full SHA for ad3512e
flow/designs/nangate45/swerv_wrapper/config.mk
@@ -33,3 +33,4 @@ export TNS_END_PERCENT = 100
33
34
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/fastroute.tcl
35
36
+export GPL_KEEP_OVERFLOW = 0
flow/scripts/global_place.tcl
@@ -17,6 +17,9 @@ if {$::env(GPL_ROUTABILITY_DRIVEN)} {
17
# Parameters for timing driven mode in global placement
18
if {$::env(GPL_TIMING_DRIVEN)} {
19
lappend global_placement_args {-timing_driven}
20
+ if {[info exists ::env(GPL_KEEP_OVERFLOW)]} {
21
+ lappend global_placement_args -keep_resize_below_overflow $::env(GPL_KEEP_OVERFLOW)
22
+ }
23
}
24
25
proc do_placement {global_placement_args} {
0 commit comments