Skip to content

Commit 1035fe2

Browse files
committed
Merge branch 'master' into ma@update4
Signed-off-by: louiic <[email protected]>
2 parents 32953d0 + d9cb46d commit 1035fe2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ $(OBJECTS_DIR)/klayout.lyt: $(KLAYOUT_TECH_FILE) $(OBJECTS_DIR)/klayout_tech.lef
353353
sed 's,<lef-files>.*</lef-files>,$(foreach file, $(OBJECTS_DIR)/klayout_tech.lef $(SC_LEF) $(ADDITIONAL_LEFS),<lef-files>$(shell realpath --relative-to=$(RESULTS_DIR) $(file))</lef-files>),g' $< > $@
354354

355355
$(OBJECTS_DIR)/klayout_wrap.lyt: $(KLAYOUT_TECH_FILE) $(OBJECTS_DIR)/klayout_tech.lef
356-
sed 's,<lef-files>.*</lef-files>,$(foreach file, $(OBJECTS_DIR)/klayout_tech.lef $(WRAP_LEFS),<lef-files>$(shell realpath --relative-to=$(RESULTS_DIR) $(file))</lef-files>),g' $< > $@
356+
sed 's,<lef-files>.*</lef-files>,$(foreach file, $(OBJECTS_DIR)/klayout_tech.lef $(WRAP_LEFS),<lef-files>$(shell realpath --relative-to=$(OBJECTS_DIR)/def $(file))</lef-files>),g' $< > $@
357357
# Create Macro wrappers (if necessary)
358358
# ==============================================================================
359359
WRAP_CFG = $(PLATFORM_DIR)/wrapper.cfg

flow/util/generate-vars.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ do
2020
continue
2121
fi
2222
rhs=`sed -e 's/^"//' -e 's/"$//' <<<"${V#*=}"`
23-
if [[ "${rhs}" == "''" ]]; then
24-
echo "Skiping empty variable ${V}"
25-
continue
26-
fi
2723
# handle absolute paths
2824
if [[ "${rhs}" == /* ]]; then
2925
if [[ ! -e "${rhs}" ]]; then

0 commit comments

Comments
 (0)