Skip to content

Commit 4e04ee9

Browse files
committed
call io constraints in floorplan.tcl
Signed-off-by: Eder Monteiro <[email protected]>
1 parent d0d3928 commit 4e04ee9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flow/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -606,13 +606,8 @@ $(eval $(call do-copy,2_floorplan,2_4_floorplan_pdn.odb,))
606606
$(RESULTS_DIR)/2_floorplan.sdc: $(RESULTS_DIR)/2_1_floorplan.odb
607607

608608
.PHONY: do-floorplan
609-
<<<<<<< HEAD
610-
do-floorplan: $(DONT_USE_SC_LIB)
611-
$(UNSET_AND_MAKE) do-2_1_floorplan do-2_2_floorplan_io do-2_3_floorplan_macro do-2_4_floorplan_tapcell do-2_5_floorplan_pdn do-2_floorplan do-2_floorplan.sdc
612-
=======
613609
do-floorplan:
614610
$(UNSET_AND_MAKE) do-2_1_floorplan do-2_2_floorplan_macro do-2_3_floorplan_tapcell do-2_4_floorplan_pdn do-2_floorplan do-2_floorplan.sdc
615-
>>>>>>> 83857f6bd (remove random ppl step)
616611

617612
.PHONY: clean_floorplan
618613
clean_floorplan:

flow/scripts/floorplan.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,10 @@ if { [env_var_exists_and_non_empty POST_FLOORPLAN_TCL] } {
193193
source $::env(POST_FLOORPLAN_TCL)
194194
}
195195

196+
197+
if {[env_var_exists_and_non_empty IO_CONSTRAINTS]} {
198+
source $::env(IO_CONSTRAINTS)
199+
}
200+
196201
write_db $::env(RESULTS_DIR)/2_1_floorplan.odb
197202
write_sdc -no_timestamp $::env(RESULTS_DIR)/2_1_floorplan.sdc

0 commit comments

Comments
 (0)