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

  • Every view is highly interactive

  • Input data format is described in every referenced library

Screenshot

Debugging of this extension

  • Open this example in VS Code
  • npm install
  • npm run watch or npm run build
  • F5 to start debugging
  • Then you can open files associated with this plugin. Editors are registered for filename extension in package.json

How to debug

Project template based on: