Skip to content

Commit 68f3970

Browse files
authored
Merge pull request #2365 from Pinata-Consulting/makefile-use-wxl-retire
makefile: remove USE_WXL, not referenced in any tests or documentation
2 parents a7010a9 + 076da2a commit 68f3970

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

flow/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -851,11 +851,7 @@ $(eval $(call do-step,5_1_grt,$(RESULTS_DIR)/4_cts.odb $(FASTROUTE_TCL) $(PRE_GL
851851

852852
# STEP 2: Run detailed route
853853
#-------------------------------------------------------------------------------
854-
ifeq ($(USE_WXL),)
855854
$(eval $(call do-step,5_2_route,$(RESULTS_DIR)/5_1_grt.odb,detail_route))
856-
else
857-
$(eval $(call do-step,5_2_route,$(RESULTS_DIR)/4_cts.odb,detail_route))
858-
endif
859855

860856
# SEP 3: Filler cell insertion
861857
# ------------------------------------------------------------------------------

flow/scripts/detail_route.tcl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
utl::set_metrics_stage "detailedroute__{}"
22
source $::env(SCRIPTS_DIR)/load.tcl
3-
if { [info exists ::env(USE_WXL)]} {
4-
set db_file 4_cts.odb
5-
} else {
6-
set db_file 5_1_grt.odb
7-
}
8-
load_design $db_file 4_cts.sdc
3+
load_design 5_1_grt.odb 4_cts.sdc
94
set_propagated_clock [all_clocks]
105

116
set additional_args ""

0 commit comments

Comments
 (0)