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...
billmax
Occasional Contributor
2 years agoIf it were me I would use SignalTap with appropriately selected conditional storage qualifiers, then export the data / create signaltap list file.