I have 100 samples of data (sampled at 170 Hz) each having 16-bit wide, first of all I want to store the data in FPGA basys 3 board and secondly how it can be displayed with the help of FPGA VGA or any other port to a computer monitor?

( I am using Vivado 2017.4 for verilog coding and Digilent FPGA Basis 3 for hardware verification)

# information obtained so far# For Verilog code, we can use $readmemh(for hexadecimal data) or $readmemb(for binary data) command to load a converted binary/hexadecimal text file directly into FPGA.

More Kaushik Das's questions See All
Similar questions and discussions