Forum Discussion
Altera_Forum
Honored Contributor
8 years agoAccessing UART JTAG programmatically
Hello,
I have a Cyclone V FPGA and it has a USB JTAG. I want to access the JTAG programmatically using python script. Is there any DLL (and the documentation) exposed by Altera to access JTAG? I am able to perform source level debug on this Cyclone V FPGA, which means the JTAG is fully functional.2 Replies
- Altera_Forum
Honored Contributor
There are several previous discussions about JTAG UART interface, jtag_atlantic.dll etc.
- Altera_Forum
Honored Contributor
Hello, Thank for the reply. Is there any documentation on jtag_atlantic.dll. I looked as sample code but unable to understand it. My requirement is to access my SRAM programatically over JTAG interface. Any help in this regard will be highly appreciated.