Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21593 Discussions

Does SRunner support USB Blaster ?

Altera_Forum
Honored Contributor II
1,376 Views

Does SRunner support USB Blaster ? 

 

I wanta to make a program to use usb blaster update config + firmware in epcs16,  

 

Does usb blaster + jtag port can do it ?  

 

Where can i find some info about program usb blaster? 

 

thanks
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
687 Views

The only supported way is by scripting of Altera tools which is probably no suitable for doing what you want to achieve. The Quartus JTAG client driver has of course interfaces, that would allow to access EPCS either in AS or indirect JTAG mode. But they are undocumented. 

 

The USB Blaster can be also accessed directly through FT2XX.dll. But you have to understand the operation of the USB Blaster SERDES CPLD. It's not documented by Altera, but there are sources on the internet. It's basically easy. 

 

Another way would be to use a naked FT2232 as JTAG interface. It would be also supported by commercial tools as TopJTAG (http://www.topjtag.com). And it can be operated as a USB Blaster replacement by the BeMicro USB Blaster driver.
0 Kudos
Reply