Forum Discussion
MG007
New Contributor
2 years agoHow to write data in a file from FPGA
Hello, I am a beginner using Quartus and programming FPGA. I need to implement a binary search on FPGA and record the result of the search in a file (a 7 binary code each time). Below is the implem...
_AK6DN_
Frequent Contributor
2 years agoStore it in a file where? On what device/media? On your Windows PC filesystem? Or on an SDcard attached to your FPGA?
Probably the simplest solution is to dump the data out using a UART serial module and connect the serial pins thru the
appropriate level conversion logic to a USB serial converter plugged into your PC. Then you can capture the result on a terminal window.