Dear All, I want display image on monitor using FPGA i have stored the image data (.COE) into the BROM(ip core xillinx) & verified using verilog test bench now i want read that data,process and display on the monitor . i don't no the steps of retrieving the image data from BROM using verilog module kindly help in this regard.
Revanasidha Jambgi wrote: > i don't no the steps of retrieving the image data from BROM using > verilog module kindly help in this regard. Read the documentation of the BRAM/BROM. Theres a example how to access it with Verilog. And show/attach your code for furhter help.
Revanasidha J. wrote: > Dear All, > > I want display image on monitor using FPGA > i have stored the image data (.COE) into the BROM(ip core xillinx) & > verified using verilog test bench how to verify stored image data suing test bench?
shahmustafa wrote: > how to verify stored image data suing test bench? 1. Please start an NEW thread for a NEW question 2. There is no need to verify the content of the stored image data, because it was YOUR testbench that stored it, and it would be YOUR testbench to verify it... So, whats the actual problem?
shahmustafa wrote: > how to verify stored image data suing test bench? Read the stored image data out, then writing it into a BMP image file and open it for verification. A tutorial on how to read image data and write to a BMP image file for verification below: http://www.fpga4student.com/2016/11/image-processing-on-fpga-verilog.html
Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
Log in with Google account
No account? Register here.