I'm working on a Zedboard project which requires the fpga to print result on pc.Can someone give me a heads up on how it can be done.
Thank you in advance!
I'm working on a Zedboard project which requires the fpga to print result on pc.Can someone give me a heads up on how it can be done.
Thank you in advance!
If you mean 'printing' on the PC monitor, this can be accomplished by directing your output results to the Zynq PS (Processing System) UART1, as is shown in most of the example 'Hello World' programs such as the Zynq Concepts, Tools and Techniques tutorial found here:
http://zedboard.org/support/design/1521/11
The serial port output will go through the ZedBoard USB - UART and can be displayed using a terminal program such as TeraTerm or Putty.
If you need to actually print the results I think that you can configure Tera Term to pass the data through to the printer.
-Gary
If you mean 'printing' on the PC monitor, this can be accomplished by directing your output results to the Zynq PS (Processing System) UART1, as is shown in most of the example 'Hello World' programs such as the Zynq Concepts, Tools and Techniques tutorial found here:
http://zedboard.org/support/design/1521/11
The serial port output will go through the ZedBoard USB - UART and can be displayed using a terminal program such as TeraTerm or Putty.
If you need to actually print the results I think that you can configure Tera Term to pass the data through to the printer.
-Gary