Skip to content

Commit 0c0006a

Browse files
committed
makefile: klayout 0.28.5 understands OR_DEFAULT
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 0719564 commit 0c0006a

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)