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 @@ -184,10 +184,6 @@ ifneq ($(BLOCKS),)
184184 endif
185185endif
186186
187- export RTLMP_RPT_DIR ?= $(OBJECTS_DIR ) /rtlmp
188- export RTLMP_RPT_FILE ?= partition.txt
189- export RTLMP_BLOCKAGE_FILE ?= $(OBJECTS_DIR ) /rtlmp/partition.txt.blockage
190-
191187# -------------------------------------------------------------------------------
192188ifeq (,$(strip $(NUM_CORES ) ) )
193189 # 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