Visualize and map your SystemVerilog UVM testbenches directly inside your local VS Code editor. No code is uploaded to the cloud—fully private, local, and offline.
Requirements: Make sure Python 3 is installed on your local computer.
Installation Steps:
- Click the button below to download the package file:
uvm-blueprint-1.0.0.vsix. - Open VS Code and navigate to the Extensions tab (
Cmd+Shift+X / Ctrl+Shift+X). - Click the
... menu at the top right of the Extensions panel and select Install from VSIX.... - Select the downloaded
.vsix file.
How to run inside VS Code:
- Right-click any folder in your file explorer -> select Visualize UVM Testbench Structure.
- Or, press
Ctrl+Alt+V (Cmd+Alt+V on Mac) in your workspace editor.
🎬 Watch: How to Visualise using VS Code Extension