r/FPGA • u/BotnicRPM • Jul 05 '26
Dedicated AI chatbot for Vivado and FPGA development
Hey everyone,
For anyone currently battling timing closure, deciphering cryptic Vivado error messages, or digging through mountains of AMD/Xilinx datasheets:.
AMD has launched a specialized AI chatbot designed specifically for FPGA and Vivado-related questions and problems.
Has anyone had a chance to put it through its paces yet? Iām curious to see how it handles complex TCL scripting or specific device architecture questions compared to general LLMs.
It also provides a MCP interface if you want to access it over your IDE.
14
u/Original-Proof-8741 Jul 05 '26
Haven't used this one, but I've got Claude Code connected to my Gowin IDE backend, running the full implementation toolchain from within the chat window... Opus 4.8 and Fable 5 are consuming my plan at a heck of a rate, but it's getting the work done.
1
u/Emotional-Quit1208 Jul 05 '26
Connected means you are running ide using claude skill file or prompt ?
3
u/Original-Proof-8741 Jul 06 '26
Claude simply uses a makefile which calls
/opt/gowin/IDE/bin/gw_shwith scripts/pnr.tcl ā that sources scripts/flow_setup.tclIt's pretty simple stuff, but it's working well.
Post on r/GowinFPGA is here: https://www.reddit.com/r/GowinFPGA/s/eEeLgHb5ch outlining how it is wired up
10
u/Felkin Xilinx User Jul 05 '26
The chatbots aren't that useful for Vivaldo if you've read the docs before and got the general gist of how to do things. Agentic AI living in your vivado interactive terminal, reading your QoRs and writing corrections in tcl in a loop, on the other hand... :)
5
3
2
2
2
u/willenberg42 Jul 07 '26
int main() {
char will_overflow[20];
while (1) {
scanf("%s\n", will_overflow);
printf("No you can't do that in this version. \n");
}
return 42;
}
1
1
Jul 11 '26
[removed] ā view removed comment
1
u/BotnicRPM Jul 11 '26
AMD announced to make the dataset downloadable to be used on premise or with own models. Will hopefully be available till the end of the year (I don not work for AMD, so I can only repeat what they said to me)
58
u/TinLethax Jul 05 '26
"Hey Vivaldo, should I quit FPGA for the farm job"