Skip to content

Commit

Permalink
feat(devcontainer): add gtkwave (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhrkaushik authored Oct 22, 2024
1 parent 0ed3d61 commit 47dd2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PDK_ROOT=/home/vscode/ttsetup/pdk
ENV PDK=sky130A

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

# Clone tt-support-tools
RUN mkdir -p /ttsetup
Expand Down

0 comments on commit 47dd2cf

Please sign in to comment.