Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThe easiest way would be to (assuming you are using a compatible devkit) implement a nios and a jtag uart bridge. With the right drivers it should appear as a USB-to-Serial device, and you can printf all sorts of stuff in the Nios to your computer's terminal emulator. Then make an avalon wrapper around a bunch of registers containing the fpga data you need on the PC, connect it to the nios complex, and printf to your hearts content.