Forum Discussion
Altera_Forum
Honored Contributor
12 years agohow to load a image in quartus II tool and convert it into a .dat file
i am doing final year project on image processing and i have to convert a image file into .dat file in quartus II tool so that i can use it as a input to my architecture and project is on image detec...
Altera_Forum
Honored Contributor
12 years agoQuartus won't be able to do that for you, you'll need an external software or a script you make yourself. You can either convert your image to a .mif or .hex text file to use it as initialization contents for a RAM or ROM block generated from the Megawizard, or convert it to a table in a HDL file, either Verilog or VHDL.