generated from chipsalliance/chisel-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevbox.json
More file actions
40 lines (39 loc) · 878 Bytes
/
devbox.json
File metadata and controls
40 lines (39 loc) · 878 Bytes
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
{
"packages": [
"path:my-flakes/sbt-overlay-flakes#sbt",
"path:my-flakes/riscv-toolchain-flakes#riscv64-none-gcc",
"path:my-flakes/riscv-toolchain-flakes#riscv64-none-gdb",
"python@3.10",
"xmake@latest",
"verilator@latest",
"gnumake@latest",
"espresso@latest",
"unzip@latest",
"neovim@latest",
"fish@latest",
"SDL2@latest",
"xz@latest",
"SDL2.dev",
"cmake@latest",
"zlib@latest",
"zlib.dev",
"just@latest",
"binutils@latest",
"graalvm17-ce@latest",
"gcc@latest",
"circt@1.72.0",
"openocd@latest",
"spike@latest",
"direnv@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null",
"export LC_ALL=C",
"unset -v CC CXX LD AR AS NM STRIP OBJCOPY OBJDUMP SIZE"
// ". $VENV_DIR/bin/activate"
],
"scripts": {
},
},
}