Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to read or write video file in verilog

Status
Not open for further replies.

kissmoh

Junior Member level 1
Joined
Jan 17, 2013
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,443
Hi im trying to make image processor using FPGA
i've read many sequence frame image files for simulation but dont know how to read video file(or write).

can someone teach me a sample code for it?
is there any specific format should be used? i want to read it and output the result video file after passing my module.

and how to capture and store the result image or video results showed to me through monitor?
 

video files are usually compressed, so you wont be able to read it into your Verilog. You need a raw format before you can read it into verilog. Text files are the easiest.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top