Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 47dd2cf

Browse files
feat(devcontainer): add gtkwave (#6)
1 parent 0ed3d61 commit 47dd2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV PDK_ROOT=/home/vscode/ttsetup/pdk
66
ENV PDK=sky130A
77

88
RUN apt update
9-
RUN apt install -y iverilog python3 python3-pip python3-venv python3-tk python-is-python3 libcairo2 verilator libpng-dev libqhull-dev
9+
RUN apt install -y iverilog gtkwave python3 python3-pip python3-venv python3-tk python-is-python3 libcairo2 verilator libpng-dev libqhull-dev
1010

1111
# Clone tt-support-tools
1212
RUN mkdir -p /ttsetup

0 commit comments

Comments
 (0)