Skip to content

Commit 2b39b77

Browse files
committed
results: add 3_2_place_iop.tcl and 2_3_floorplan_macro.tcl to results
Useful when testing a failure in master to check if it is due to macro or pin placement Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 09ec72a commit 2b39b77

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

flow/scripts/io_placement.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ if {![env_var_equals IS_CHIP 1]} {
55
load_design 3_1_place_gp_skip_io.odb 2_floorplan.sdc
66
source $::env(SCRIPTS_DIR)/io_placement_util.tcl
77
write_db $::env(RESULTS_DIR)/3_2_place_iop.odb
8+
write_pin_placement $::env(RESULTS_DIR)/3_2_place_iop.tcl
89
} else {
910
log_cmd exec cp $::env(RESULTS_DIR)/3_1_place_gp_skip_io.odb $::env(RESULTS_DIR)/3_2_place_iop.odb
1011
}

flow/scripts/macro_place.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ load_design 2_2_floorplan_io.odb 2_1_floorplan.sdc
55
source $::env(SCRIPTS_DIR)/macro_place_util.tcl
66

77
write_db $::env(RESULTS_DIR)/2_3_floorplan_macro.odb
8+
write_macro_placement $::env(RESULTS_DIR)/2_3_floorplan_macro.tcl

0 commit comments

Comments
 (0)