MG007
New Contributor
3 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 implementation I did using Quartus and it is synthesizable.
I just need help on how to store the D_out, every time the data is ready (valid bit is high).