Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Preferably, the embedded firmware would be designed to allow reconfiguration of the FPGA from JTAG port and continue regular operation. --- Quote End --- The embedded firmware can only prevent configuration by the JTAG port by holding 'config-' low, but in that case the firmware itself can not load the firmware either ... The only restriction could be that the firmware must pause accessing the FPGA while the logic is reloaded via the JTAG port, or that it must be able to recover gracefully when the JTAG loads new logic. --- Quote Start --- Otherwise, the debug configuration including Signaltap must be transferred to the processor first. If several iterations are necessary, it's a longwinded process. --- Quote End --- Could you humour us and explain how this would work?