forked from iic-jku/IIC-OSIC-TOOLS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tool_metadata.yml
74 lines (74 loc) · 2.04 KB
/
tool_metadata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
- name: cvc_rv
repo: https://github.com/d-m-bailey/cvc
commit: df85a637e83da870129c93c8793cad282bb8ddd1
build: |
autoreconf -i
./configure --disable-nls --prefix=$PREFIX
make clean
make -j$(nproc) $READLINE_CXXFLAGS
make install
- name: magic
repo: https://github.com/rtimothyedwards/magic
commit: 94daf986ab9aa94a9ae2ac3539fa5def9bd2a1ac
build: |
./configure --prefix=$PREFIX $MAGIC_CONFIG_OPTS
make clean
make database/database.h
make -j$(nproc)
make install
- name: netgen
repo: https://github.com/rtimothyedwards/netgen
commit: 3aeea9d1642c8d87911ed13626c77e4888caa9eb
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: 6e907acf86d9ff0edd9a1c10274e62690e19e939
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: 127815b81a8624caebc06d0bedc2ea3a22e90500
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/RTimothyEdwards/open_pdks
commit: 0059588eebfc704681dc2368bd1d33d96281d10f
build: ''
in_install: false
pdk: true