blob: 7b1f22c77d2a1201b993b85dbe4a2cb759025a1d [file] [log] [blame]
- name: cugr
repo: https://github.com/ax3ghazy/cu-gr
commit: 1632b4b450cbd3e5b6bdc9bf92c96cadde6a01b9
build: |
xxd -i src/flute/POST9.dat > src/flute/POST9.c
xxd -i src/flute/POWV9.dat > src/flute/POWV9.c
rm -rf build/
mkdir -p build/
cd build
cmake ../src
make clean
make -j$(nproc)
cp iccad19gr $PREFIX/bin/cugr
in_install: false
- name: cvc
repo: https://github.com/d-m-bailey/cvc
commit: d172016a791af3089b28070d80ad92bdfef9c585
build: |
autoreconf -i
./configure --disable-nls --prefix=$PREFIX
make clean
make -j$(nproc) $READLINE_CXXFLAGS
make install
- name: drcu
repo: https://github.com/cuhk-eda/dr-cu
commit: 427b4a4f03bb98d8a78b1712fe9e52cfb83a8347
build: |
rm -rf build/
mkdir -p build/
cd build
cmake ../src
make clean
make -j$(nproc)
cp ispd19dr $PREFIX/bin/drcu
in_install: false
- name: magic
repo: https://github.com/rtimothyedwards/magic
commit: a205a0e9419f973346740171618956afe08b2d74
build: |
./configure --prefix=$PREFIX $MAGIC_CONFIG_OPTS
make clean
make -j$(nproc)
make install
- name: netgen
repo: https://github.com/rtimothyedwards/netgen
commit: bfb01e032f668c09ff43e889f35d611ef0e4a317
build: |
./configure --prefix=$PREFIX $MAGIC_CONFIG_OPTS
make clean
make -j$(nproc)
make install
- name: padring
repo: https://github.com/donn/padring
commit: b2a64abcc8561d758c0bcb3945117dcb13bd9dca
build: |
bash ./bootstrap.sh
cd build
ninja clean
ninja
cp padring $PREFIX/bin
- name: vlogtoverilog
repo: https://github.com/RTimothyEdwards/qflow
commit: a550469b63e910ede6e3022e2886bca96462c540
build: |
# Note that vlogtoverilog is part of the qflow repository.
./configure
cd src
make clean
make -j$(nproc) vlog2Verilog
cp vlog2Verilog $PREFIX/bin
- name: yosys
repo: https://github.com/YosysHQ/yosys
commit: cfe940a98b08f1a5d08fb44427db155ba1f18b62
build: |
make clean
make PREFIX=$PREFIX config-gcc
make PREFIX=$PREFIX -j$(nproc)
make PREFIX=$PREFIX install
- name: klayout
repo: https://github.com/KLayout/klayout
commit: 428d0fe8c941faece4eceebc54170cc04d916c03
build: ''
in_install: false
- name: openroad_app
repo: https://github.com/The-OpenROAD-Project/OpenROAD
commit: 79a46b62da64bbebc18f06b20c42211046de719a
build: ''
in_install: false
- name: git
repo: https://github.com/git/git
commit: e9d7761bb94f20acc98824275e317fa82436c25d
build: ''
in_install: false
- name: open_pdks
repo: https://github.com/efabless/open_pdks
commit: 41c0908b47130d5675ff8484255b43f66463a7d6
build: ''
in_install: false
pdk: true
dependencies:
- sky130
- magic
- name: sky130
repo: https://github.com/google/skywater-pdk
commit: f70d8ca46961ff92719d8870a18a076370b85f6c
build: ''
in_install: false
in_container: false