AI-powered FPGA development with Vivado
Project description
SynthPilot
Let AI build your FPGA designs.
SynthPilot is an MCP (Model Context Protocol) server that gives AI assistants full control over AMD Vivado. 414 tools covering the entire FPGA development flow — project management, synthesis, implementation, timing analysis, IP configuration, Block Design, simulation, debug, and device programming.
Quick Start
# Install
pip install synthpilot
# Activate your free license
synthpilot activate YOUR-LICENSE-KEY
# Set up Vivado integration
synthpilot install
# Done! Open Vivado → start chatting with AI
Update
# pip
pip install --upgrade synthpilot
# uvx (always pulls latest)
uvx synthpilot@latest --version
MCP Configuration
Claude Desktop / Claude Code / Cursor:
{
"mcpServers": {
"synthpilot": {
"command": "synthpilot"
}
}
}
Or with uvx (requires uv):
{
"mcpServers": {
"synthpilot": {
"command": "uvx",
"args": ["synthpilot@latest"]
}
}
}
Features
| Free | Pro | Max | |
|---|---|---|---|
| Tools | 39 | 380 | All 414 |
| Project & Synthesis | ✅ | ✅ | ✅ |
| IP Config & Block Design | — | ✅ | ✅ |
| Simulation & Debug | — | ✅ | ✅ |
| Custom Tcl & Non-Project | — | — | ✅ |
| Devices | 1 | 2 | 3 |
Requirements
- Python 3.10+
- Windows x64
- AMD Vivado 2018.1+
Links
- 📖 Documentation: www.synthpilot.dev/docs.html
- 🆓 Get Free License: www.synthpilot.dev
- 📧 Support: support@synthpilot.dev
- 📋 Issues: GitHub Issues
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 Distributions
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 synthpilot-1.1.21-py3-none-win_amd64.whl.
File metadata
- Download URL: synthpilot-1.1.21-py3-none-win_amd64.whl
- Upload date:
- Size: 32.1 MB
- Tags: Python 3, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b65f71fd7b3c5a439d3ef9cf5d9788e7ef05d82abd86e2dc0f59a7893e1be9bb
|
|
| MD5 |
2e45e0b5715f7e52bec466af9b53b1e4
|
|
| BLAKE2b-256 |
4b34ca4e400fe61d55f84c5c266b5ecaff10852c405fb02ca860f1dbe1ae4971
|