Hello
I' am trying to make a *.mif (memory initialization file) from a picture(gray scale) and initialize it with memory i have create in fpga.
The memory is
reg [7:0] ram[76799:0] // 320X240
My question is how to create the file an how to initialize it with ram?
Thank you A.A
I' am trying to make a *.mif (memory initialization file) from a picture(gray scale) and initialize it with memory i have create in fpga.
The memory is
reg [7:0] ram[76799:0] // 320X240
My question is how to create the file an how to initialize it with ram?
Thank you A.A