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

Commit

Permalink
feat: add "surfer" VCD viewer to dev container
Browse files Browse the repository at this point in the history
https://surfer-project.org/ - seems like a good alternative to GTKWave, and runs right in VS Code.
  • Loading branch information
urish committed Sep 21, 2024
1 parent bc864ed commit 6ed1d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"settings": {
"terminal.integrated.defaultProfile.linux": "bash"
},
"extensions": ["mshr-h.veriloghdl"]
"extensions": ["mshr-h.veriloghdl", "surfer-project.surfer"]
}
},
"features": {
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"recommendations": [
"mshr-h.veriloghdl"
"mshr-h.veriloghdl",
"surfer-project.surfer"
]
}

0 comments on commit 6ed1d58

Please sign in to comment.