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.

image processing using quartus tool

Status
Not open for further replies.

megha jain

Newbie level 3
Newbie level 3
Joined
Nov 19, 2013
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
22
can we use quartus tool on the palce of Matlab for converting image (pixels) into input file which is using for verilog code
 

So you want to write RTL code, synthesis them with quartus to convert pixel, into a memory, and then by a port (uart/usb/...), the PC access the memory to write the file?
how many pictures do you have to convert?
what is your goal, work with RTL & quartus?
 

i am doing project on image edge detection so i want to convert the image (pixels) into a text file(.dat file) which i will use as a input to my architecture and the coding of architecture will be done in verilog. So for this conversion i want to use quartus tool but i dont know how to do this can please help me regarding this problem.
 

quartus only transform RTL code to netlist for FPGA.
you could made you RTL code to read pixels instead .dat file.
and then the PC will write the image (pixel) in the FPGA memory, and then you run your architecture.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top