Skip to content

Commit 06b84f1

Browse files
committed
Call cut_rows if TAPCELL_TCL is not defined.
We at least need to cut the rows over macros. Signed-off-by: Matt Liberty <[email protected]>
1 parent 6565841 commit 06b84f1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

flow/scripts/tapcell.tcl

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
source $::env(SCRIPTS_DIR)/load.tcl
22

3+
load_design 2_4_floorplan_macro.odb 1_synth.sdc
4+
35
if {[env_var_exists_and_non_empty TAPCELL_TCL]} {
4-
load_design 2_4_floorplan_macro.odb 1_synth.sdc
5-
source $::env(TAPCELL_TCL)
6-
write_db $::env(RESULTS_DIR)/2_5_floorplan_tapcell.odb
6+
source $::env(TAPCELL_TCL)
77
} else {
8-
log_cmd exec cp $::env(RESULTS_DIR)/2_4_floorplan_macro.odb $::env(RESULTS_DIR)/2_5_floorplan_tapcell.odb
8+
cut_rows
99
}
10+
11+
write_db $::env(RESULTS_DIR)/2_5_floorplan_tapcell.odb

0 commit comments

Comments
 (0)