Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ModelSim DO File GroupingNew to Visual Studio Code? Get it now.
ModelSim DO File Grouping

ModelSim DO File Grouping

Hassan Ebrahimi

|
1 install
| (0) | Free
Group and reorganize ModelSim/QuestaSim .do waveform files in a VS Code custom editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ModelSim DO File Grouping (VS Code Extension)

ModelSim DO File Grouping is a Visual Studio Code extension for cleaning up and reorganizing ModelSim/QuestaSim waveform .do files. It helps you make large wave setups easier to read by grouping signals into a clear structure, then lets you review and export the processed result from an interactive custom editor.

Features

  • Open .do files in a custom editor (ModelSim DO Viewer)
  • Use the existing React UI to process and regroup add wave commands
  • Automatically groups signals based on their hierarchy path (default behavior)
  • Optional name-based grouping is available, and it groups signals whose names share at least 4 leading characters

Development

Prerequisites: Node.js + npm

  1. Install dependencies: npm install
  2. Run web UI in dev mode: npm run dev
  3. Build extension entrypoint: npm run build:extension

Build for VS Code

  1. Build extension + webview bundle: npm run vscode:prepublish
  2. Package VSIX: npm run package

Commands

  • Open ModelSim DO Viewer (modelsimDo.openViewer)

Notes

  • Extension entrypoint: src/extension.ts
  • Extension bundle output: out/extension.js
  • Webview UI output: dist/
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft