Skip to content

Commit 341bb4c

Browse files
committed
io: always write out 3_2_place_iop.tcl
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent fdf632f commit 341bb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/io_placement.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if {
1212
-ver_layers $::env(IO_PLACER_V) \
1313
{*}[env_var_or_empty PLACE_PINS_ARGS]
1414
write_db $::env(RESULTS_DIR)/3_2_place_iop.odb
15-
write_pin_placement $::env(RESULTS_DIR)/3_2_place_iop.tcl
1615
} else {
1716
log_cmd exec cp $::env(RESULTS_DIR)/3_1_place_gp_skip_io.odb $::env(RESULTS_DIR)/3_2_place_iop.odb
1817
}
18+
write_pin_placement $::env(RESULTS_DIR)/3_2_place_iop.tcl

0 commit comments

Comments
 (0)