File tree Expand file tree Collapse file tree 4 files changed +7
-12
lines changed
Expand file tree Collapse file tree 4 files changed +7
-12
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 11source $::env(SCRIPTS_DIR) /load.tcl
22erase_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 {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -369,7 +369,6 @@ PLACE_PINS_ARGS:
369369 Arguments to place_pins
370370 stages :
371371 - place
372- - floorplan
373372 default : " "
374373PLACE_DENSITY :
375374 description : >
You can’t perform that action at this time.
0 commit comments