Skip to content

Commit 544cc9b

Browse files
authored
Merge pull request #1437 from Pinata-Consulting/klayout-0.28.5-remove-or-default
makefile: klayout 0.28.5 understands OR_DEFAULT
2 parents 863cf9c + 0c0006a commit 544cc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ $(OBJECTS_DIR)/lib/merged.lib:
363363
# ==============================================================================
364364
$(OBJECTS_DIR)/klayout_tech.lef: $(TECH_LEF)
365365
@mkdir -p $(OBJECTS_DIR)
366-
sed '/OR_DEFAULT/d' $< > $@
366+
cp $< $@
367367

368368
$(OBJECTS_DIR)/klayout.lyt: $(KLAYOUT_TECH_FILE) $(OBJECTS_DIR)/klayout_tech.lef
369369
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' $< > $@

0 commit comments

Comments
 (0)