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!
My c program currently prints ADC values to the SDK console on my PC, much as "hello world" prints to console. In addition to the obvious fopen, fprintf, and fclose statements in my main program, what else do I need to do to be able to write results to the hard drive on my computer?
My c program currently prints ADC values to the SDK console on my PC, much as "hello world" prints to console. In addition to the obvious fopen, fprintf, and fclose statements in my main program, what else do I need to do to be able to write results to the hard drive on my computer?