File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -159,10 +159,6 @@ ifneq ($(BLOCKS),)
159159 endif
160160endif
161161
162- export RTLMP_RPT_DIR ?= $(OBJECTS_DIR ) /rtlmp
163- export RTLMP_RPT_FILE ?= partition.txt
164- export RTLMP_BLOCKAGE_FILE ?= $(OBJECTS_DIR ) /rtlmp/partition.txt.blockage
165-
166162# -------------------------------------------------------------------------------
167163ifeq (,$(strip $(NUM_CORES ) ) )
168164 # Linux (utility program)
Original file line number Diff line number Diff line change 11if {[find_macros] != " " } {
2- # If wrappers defined replace macros with their wrapped version
3- # # ----------------------------------------------------------------------------
2+ if {![env_var_exists_and_non_empty RTLMP_RPT_DIR]} {
3+ set ::env(RTLMP_RPT_DIR) " $::env(OBJECTS_DIR) /rtlmp"
4+ }
5+ if {![env_var_exists_and_non_empty RTLMP_RPT_FILE]} {
6+ set ::env(RTLMP_RPT_FILE) " partition.txt"
7+ }
8+ if {![env_var_exists_and_non_empty RTLMP_BLOCKAGE_FILE]} {
9+ set ::env(RTLMP_BLOCKAGE_FILE) " $::env(OBJECTS_DIR) /rtlmp/partition.txt.blockage"
10+ }
11+
12+ # If wrappers defined replace macros with their wrapped version
413 if {[env_var_exists_and_non_empty MACRO_WRAPPERS]} {
514 source $::env(MACRO_WRAPPERS)
615
You can’t perform that action at this time.
0 commit comments