Skip to content

Commit f60e7d5

Browse files
committed
io: cleanup
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 22d35f8 commit f60e7d5

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

docs/user/FlowVariables.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ configuration file.
249249
- [PDN_TCL](#PDN_TCL)
250250
- [PLACE_DENSITY](#PLACE_DENSITY)
251251
- [PLACE_DENSITY_LB_ADDON](#PLACE_DENSITY_LB_ADDON)
252-
- [PLACE_PINS_ARGS](#PLACE_PINS_ARGS)
253252
- [PLACE_SITE](#PLACE_SITE)
254253
- [REMOVE_ABC_BUFFERS](#REMOVE_ABC_BUFFERS)
255254
- [RESYNTH_AREA_RECOVER](#RESYNTH_AREA_RECOVER)

flow/scripts/io_placement.tcl

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
source $::env(SCRIPTS_DIR)/load.tcl
22
erase_non_stage_variables place
33

4-
if {![env_var_exists_and_non_empty FOOTPRINT] && ![env_var_exists_and_non_empty FOOTPRINT_TCL]} {
4+
if {![env_var_exists_and_non_empty FLOORPLAN_DEF] && \
5+
![env_var_exists_and_non_empty FOOTPRINT] && \
6+
![env_var_exists_and_non_empty FOOTPRINT_TCL]} {
57
load_design 3_1_place_gp_skip_io.odb 2_floorplan.sdc
6-
source $::env(SCRIPTS_DIR)/io_placement_util.tcl
8+
log_cmd place_pins \
9+
-hor_layers $::env(IO_PLACER_H) \
10+
-ver_layers $::env(IO_PLACER_V) \
11+
{*}$::env(PLACE_PINS_ARGS)
712
write_db $::env(RESULTS_DIR)/3_2_place_iop.odb
813
write_pin_placement $::env(RESULTS_DIR)/3_2_place_iop.tcl
914
} else {

flow/scripts/io_placement_util.tcl

Lines changed: 0 additions & 8 deletions
This file was deleted.

flow/scripts/variables.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ PLACE_PINS_ARGS:
369369
Arguments to place_pins
370370
stages:
371371
- place
372-
- floorplan
373372
default: ""
374373
PLACE_DENSITY:
375374
description: >

0 commit comments

Comments
 (0)