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

Commit

Permalink
fix(devcontainer): apple silicon support (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevej authored Sep 22, 2024
1 parent 6ed1d58 commit 4ee21ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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=~/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
RUN apt install -y iverilog 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
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"dockerfile": "Dockerfile",
"context": ".."
},
"runArgs": [
"--cpus=4",
"--memory=10GB"
],
"customizations": {
"vscode": {
"settings": {
Expand Down

0 comments on commit 4ee21ee

Please sign in to comment.