Skip to content

Commit a852977

Browse files
committed
misc/open_pdks: add xschem integration
1 parent e7367b1 commit a852977

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

misc/open_pdks/build.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,11 @@ VARIANT=${VARIANT^^}
5252

5353
# --enable-sky130-pdk: point to current checkout
5454
# --disable-alpha-sky130: disable font library
55-
# --disable-xschem-sky130: disable xschem integration
5655
# --with-sky130-variants: use specified variant
5756
./configure --prefix=$PREFIX \
5857
--enable-sky130-pdk=$SRC_DIR/skywater-pdk/ \
58+
--enable-xschem-sky130=$SRC_DIR/xschem_sky130/ \
5959
--disable-alpha-sky130 \
60-
--disable-xschem-sky130 \
6160
--with-sky130-variants=$VARIANT
6261
make V=1
6362
make V=1 install

misc/open_pdks/meta.yaml

+7-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ package:
88
source:
99
- git_url: https://github.com/RTimothyEdwards/open_pdks.git
1010
git_rev: master
11-
- url: https://github.com/google/skywater-pdk/archive/refs/heads/main.zip
11+
- git_url: https://github.com/google/skywater-pdk.git
1212
folder: skywater-pdk
13-
- url: https://github.com/google/skywater-pdk-libs-sky130_fd_sc_hd/archive/refs/heads/branch-0.0.2.zip
13+
- git_url: https://github.com/google/skywater-pdk-libs-sky130_fd_sc_hd.git
1414
folder: skywater-pdk/libraries/sky130_fd_sc_hd/latest
15-
- url: https://github.com/google/skywater-pdk-libs-sky130_fd_sc_hvl/archive/refs/heads/branch-0.0.3.zip
15+
- git_url: https://github.com/google/skywater-pdk-libs-sky130_fd_sc_hvl.git
1616
folder: skywater-pdk/libraries/sky130_fd_sc_hvl/latest
17-
- url: https://github.com/google/skywater-pdk-libs-sky130_fd_io/archive/refs/heads/branch-0.2.1.zip
17+
- git_url: https://github.com/google/skywater-pdk-libs-sky130_fd_io.git
1818
folder: skywater-pdk/libraries/sky130_fd_io/latest
19-
- url: https://github.com/google/skywater-pdk-libs-sky130_fd_pr/archive/refs/heads/branch-0.20.1.zip
19+
- git_url: https://github.com/google/skywater-pdk-libs-sky130_fd_pr.git
2020
folder: skywater-pdk/libraries/sky130_fd_pr/latest
21+
- git_url: https://github.com/StefanSchippers/xschem_sky130.git
22+
folder: xschem_sky130
2123
- url: https://files.pythonhosted.org/packages/07/1f/3d9ae865addc9ef6cb7b102d7d93e227c46b6e5e94db345cae2a30944efa/dataclasses_json-0.5.6-py3-none-any.whl
2224
sha256: 1d7f3a284a49d350ddbabde0e7d0c5ffa34a144aaf1bcb5b9f2c87673ff0c76e
2325

misc/xschem/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package:
88
version: {{ version }}
99

1010
source:
11-
- git_url: https://github.com/StefanSchippers/xschem
11+
- git_url: https://github.com/StefanSchippers/xschem.git
1212
git_rev: master
1313
- url: https://www.x.org/releases/individual/lib/libXpm-{{ xpm_version }}.tar.gz
1414
md5: {{ xpm_md5 }}

0 commit comments

Comments
 (0)