Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe following applies to Nios IDE 9.0. Probably something changes if you are using a different version of the tools.
- Integrate the jtag uart function in your sopc and build fpga project - open System Library properties and select jtag uart for stdout/stin/stderr - in Nios application you use printf and getc as an ordinary C program running on pc. - build the Nios IDE project - Select Run... and in Target Connection option select jtag uart as Nios II communication device - when application runs on Nios, the Console pane will work as the pc monitor, as if your application were executing on the pc. Cris