forked from siliconcompiler/siliconcompiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tools.json
114 lines (114 loc) · 3.46 KB
/
_tools.json
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"openroad": {
"git-url": "https://github.com/The-OpenROAD-Project/OpenROAD.git",
"git-commit": "6eab677861f92ec4699ddc2233c7b57ef701778e",
"docker-cmds": [
"# Remove OR-Tools files",
"RUN rm -f $SC_PREFIX/Makefile $SC_PREFIX/README.md",
"# Remove OpenROAD Env file",
"RUN rm -f $SC_PREFIX/env.sh"
],
"auto-update": true
},
"surelog": {
"git-url": "https://github.com/chipsalliance/Surelog.git",
"git-commit": "d708b802f7f29aa1fcf7988c17ec7ff0e66127ad",
"auto-update": true
},
"netgen": {
"git-url": "https://github.com/RTimothyEdwards/netgen.git",
"git-commit": "fb7876c7a6f9d58a3d88a49e302e682c1d12e00d",
"auto-update": false
},
"ghdl": {
"git-url": "https://github.com/ghdl/ghdl.git",
"git-commit": "b9bae14a9f3503d07cda505c2c78b8dd28f55615",
"auto-update": false
},
"magic": {
"git-url": "https://github.com/RTimothyEdwards/magic.git",
"git-commit": "c7f11d2169f6af8751ae22b5d70250b331e1a667",
"auto-update": false
},
"bluespec": {
"git-url": "https://github.com/B-Lang-org/bsc.git",
"git-commit": "4cac6ebae076e8b8378597aba1d2119aa29ec419",
"auto-update": false
},
"klayout": {
"version": "0.28.12",
"git-url": "https://github.com/KLayout/klayout.git",
"docker-skip": true,
"auto-update": true,
"run-version": "source version.sh && echo $KLAYOUT_VERSION",
"release-notes": "https://www.klayout.de/development.html"
},
"sv2v": {
"git-url": "https://github.com/zachjs/sv2v.git",
"git-commit": "764a11af7f861dfbf9e2c40422fe7b02f7a166c2",
"auto-update": true
},
"verilator": {
"git-url": "https://github.com/verilator/verilator.git",
"git-commit": "bfff86dc284a3e4d255e23a486c2c4dd9db98f25",
"auto-update": false
},
"bambu": {
"git-url": "https://github.com/ferrandi/PandA-bambu.git",
"git-commit": "7c5d0f140911d19e1b5c5a1b7cbc466e0fa66d0f",
"auto-update": false
},
"vpr": {
"git-url": "https://github.com/verilog-to-routing/vtr-verilog-to-routing.git",
"git-commit": "a80248dc4fef1c62af2d32091c82a846e5fc5c92",
"auto-update": false
},
"icepack": {
"git-url": "https://github.com/YosysHQ/icestorm.git",
"git-commit": "d20a5e9001f46262bf0cef220f1a6943946e421d",
"auto-update": false
},
"nextpnr": {
"git-url": "https://github.com/YosysHQ/nextpnr.git",
"git-commit": "f89b959b5f56ba8d91e1e7f8a645b267a5a7bb89",
"docker-depends": "icepack"
},
"chisel": {
"version": "1.8.0",
"git-url": "https://github.com/sbt/sbt.git",
"auto-update": false
},
"icarus": {
"git-url": "https://github.com/steveicarus/iverilog.git",
"git-commit": "01441687235135d1c12eeef920f75d97995da333",
"auto-update": false
},
"yosys": {
"git-url": "https://github.com/YosysHQ/yosys.git",
"git-commit": "c172fef01a23deee96a3b1bf45bdfd7b993376bf",
"auto-update": true
},
"slurm": {
"version": "22.05.7",
"git-url": "https://github.com/SchedMD/slurm.git",
"auto-update": false,
"docker-extra-files": [
"docker/slurm"
],
"docker-cmds": [
"COPY slurm $SC_PREFIX/slurm_cfg",
"RUN mv $SC_PREFIX/slurm_cfg/install-slurm.sh $SC_PREFIX/",
"RUN chmod +x $SC_PREFIX/install-slurm.sh"
]
},
"montage": {
"version": "6.9.11",
"auto-update": false,
"docker-skip": true
},
"verible": {
"version": "v0.0-3303-gd87f2420",
"git-url": "https://github.com/chipsalliance/verible.git",
"auto-update": false
}
}