How to burn bin file to FPGA
I want to load a bin file in FPGA memory. It consists of 8-bit separated data. In simulation it works perfectly fine with command "readmemoryb" and loads the data in Reg memory. Is there a way that I can burn that data in FPGA memory, because I want to show this data on my Board Nexys 4 as well.