Difference between revisions of "Programming over Fibre"

From MCEWiki
Line 1: Line 1:
 +
= Option 1 =
 +
Use JRunner software source code on a NIOS processor to exercise the JTAG lines directly.
 +
* JRunner Source:  http://www.altera.com/literature/an/an414.pdf
 +
 +
= Option 2 =
 
There is a megafunction in the Altera Megawizard Library called altremote_update.  This megafunction allows the reconfiguration of a device.
 
There is a megafunction in the Altera Megawizard Library called altremote_update.  This megafunction allows the reconfiguration of a device.
 
* Design example:  http://www.altera.com/support/examples/quartus/alt_remote_update.html
 
* Design example:  http://www.altera.com/support/examples/quartus/alt_remote_update.html

Revision as of 15:31, 18 September 2008

Option 1

Use JRunner software source code on a NIOS processor to exercise the JTAG lines directly.

Option 2

There is a megafunction in the Altera Megawizard Library called altremote_update. This megafunction allows the reconfiguration of a device.