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

inter board JTAG communication

Altera_Forum
Honored Contributor II
1,514 Views

Hi all, 

I'm using Altera Cyclone III board, can i use the JTAG header to configure another FPGA board (the altera Cyclone III bord send the programmer file by JTAG)?
0 Kudos
5 Replies
Altera_Forum
Honored Contributor II
342 Views

No, all FPGA JTAG pins are dedicated pins that can't be driven from logic.

0 Kudos
Altera_Forum
Honored Contributor II
342 Views

What are you trying to achieve?

0 Kudos
Altera_Forum
Honored Contributor II
342 Views

I search a solution to store a programming file in aletra cyclone III starter Board and to use it to configure a second board (jtag Header to configure it). 

May be i can use HSMC !!!!!!
0 Kudos
Altera_Forum
Honored Contributor II
342 Views

There are some JTAG signals on the HSMC connector, but they can only be used to add something to the board's JTAG chain. This means that your second boards would only be configurable by the kit's integrated USB blaster or JTAG connector. 

 

In your case, you would need to write a custom IP to read the programming file and regenerate JTAG signals. You could then use regular I/Os from the HSMC connector and connect them to the second board's JTAG header.
0 Kudos
Altera_Forum
Honored Contributor II
342 Views

thanks for responses

0 Kudos
Reply