vscode-extension-digitalcircuitanalysis
May 13, 2026 ยท View on GitHub
This repository contains the Visual Studio Code extension for analysis of digital circuit synthesis process and simulation results. The main purpose it is debugging and analysis of generated circuits.
Features
-
Views
- Timeline (gantt) diagram for analysis of operation scheduling based on d3-hwschedulinggraphs
- Digital wave viewer for Value Change Dump (VCD) files d3-wave
- Scheme viewer d3-hwschematic
-
Every view is highly interactive
-
Input data format is described in every referenced library

Debugging of this extension
- Open this example in VS Code
npm installnpm run watchornpm run buildF5to start debugging- Then you can open files associated with this plugin. Editors are registered for filename extension in package.json
How to debug
- https://dzhavat.github.io/2020/11/12/easy-way-to-debug-a-webview-in-a-vscode-extension.html
- Ctrl + Shift + P, Open Webview Developer Tools
- Ctrl + R to reload whole vscode and extension