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.
1 parent 4ae3d76 commit 4d28625Copy full SHA for 4d28625
flow/scripts/floorplan_to_place.tcl
@@ -321,12 +321,6 @@ write_db $::env(RESULTS_DIR)/3_4_place_resized.odb
321
# Detailed placement
322
utl::set_metrics_stage "detailedplace__{}"
323
324
-if { [env_var_exists_and_non_empty LAYER_PARASITICS_FILE] } {
325
- log_cmd source $::env(LAYER_PARASITICS_FILE)
326
-} else {
327
- log_cmd source $::env(PLATFORM_DIR)/setRC.tcl
328
-}
329
-
330
proc do_dpl { } {
331
# Only for use with hybrid rows
332
if { [env_var_equals BALANCE_ROWS 1] } {
0 commit comments