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 agoThe above code snippet will ONLY work within a logic simulation environment.
System tasks like $fopen() $fwrite() $fread() $fclose() etc are not supported in synthesis and on real hardware.
Which was the question the original poster had: saving data from an FPGA design on a physical development board.