Skip to content

Commit

Permalink
Merge pull request #335 from proppy/fix-gf180mcuc
Browse files Browse the repository at this point in the history
misc/open_pdks/gf180mcuc: fix klayout lvs path
  • Loading branch information
proppy authored Jun 2, 2023
2 parents b865e56 + 369abde commit c722c37
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions misc/open_pdks/gf180mcuc/fix-klayout-lvs-path.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/gf180mcu/Makefile.in b/gf180mcu/Makefile.in
index 5a71821..2842a03 100644
--- a/gf180mcu/Makefile.in
+++ b/gf180mcu/Makefile.in
@@ -718,7 +718,7 @@ klayout-%: ${GF180MCU_PV_PATH} ${GF180MCU_PR_PATH}

cp -rp ${GF180MCU_PV_PATH}/klayout/drc/* \
${KLAYOUT_STAGING_$*}/drc
- cp -rp ${GF180MCU_PR_PATH}/rules/klayout/lvs/* \
+ cp -rp ${GF180MCU_PV_PATH}/klayout/lvs/* \
${KLAYOUT_STAGING_$*}/lvs
cp -rp ${GF180MCU_PR_PATH}/cells/klayout/pymacros/cells/* \
${KLAYOUT_STAGING_$*}/pymacros
1 change: 1 addition & 0 deletions misc/open_pdks/gf180mcuc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ source:
patches:
- use-sources-from-conda.patch
- disable-link-targets-for-C-variant.patch
- fix-klayout-lvs-path.patch
- git_url: https://github.com/efabless/globalfoundries-pdk-libs-gf180mcu_fd_pr.git
git_rev: main
git_depth: 1
Expand Down

0 comments on commit c722c37

Please sign in to comment.