MCP Server for AI-powered RTL diagram generation from Verilog source
Project description
RTLViz
Generate interactive block diagrams from Verilog source files.
Installation
Step 1: Install Package
pip install rtlviz
Step 2: Setup IDE
Spins up the MCP server config for all popular IDEs.
rtlviz setup
Step 3: Manual IDE Setup (if Step 2 fails)
If the automatic setup doesn't work, you can manually configure your IDE's MCP settings (e.g., claude_desktop_config.json).
Command: rtlviz-server works if installed in PATH. Otherwise use python -m rtlviz.
JSON Config:
{
"mcpServers": {
"rtlviz": {
"command": "python",
"args": ["-m", "rtlviz"]
}
}
}
Usage
AI Agent
After setup, ask your AI assistant (Role: Software Engineer):
"Use rtlviz MCP to generate a diagram for the Verilog files in
<path to code>"
The diagram will automatically open in your browser.
Recommended Models: For best results, use state-of-the-art reasoning models:
- Claude: Opus 4.5 , Sonnet 4.5
- Google: Gemini 3
- OpenAI: GPT-5.2
Example Output
Features
- Automatic Parsing - Extractions modules and connections from Verilog
- Pipeline Detection - Identifies CPU stages (IF, ID, EX, MEM, WB)
- Beautiful Diagrams - Orthogonal routing with semantic clustering
- Interactive - Pan, zoom, and export to SVG
- Auto-Open - Instantly opens generated diagrams in browser
Requirements
- Python 3.10+
- Internet connection (for Viz.js rendering)
Authors
- Naveen Venkat (naveenvenkat1711@gmail.com)
- Hari Ayyappane (hari.ayyaps@gamil.com)
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rtlviz-0.5.4.tar.gz.
File metadata
- Download URL: rtlviz-0.5.4.tar.gz
- Upload date:
- Size: 358.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32e38003fa80e892ec456d5a2bfa104e800cbc683ac6988fd27e863c6e576698
|
|
| MD5 |
bba53fd251ef8dc3ca14b82f7576b24c
|
|
| BLAKE2b-256 |
013de999dd148b6623212bd3e93124c178f50c041c4b4ec0c2b66d1b44717954
|
File details
Details for the file rtlviz-0.5.4-py3-none-any.whl.
File metadata
- Download URL: rtlviz-0.5.4-py3-none-any.whl
- Upload date:
- Size: 43.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93e88aac7af2722844c0c2a66827968436c01420db6443e052867120230898ef
|
|
| MD5 |
ed4a5490f0b2de57b04af457ebf4caa3
|
|
| BLAKE2b-256 |
7153a82417582eb7bc8149848a72495168be4870e2b9e676c5f7b6fd1a3d1609
|