serial loading of image pixels????????????

P

praneeth87

Guest
hi....Im new to fpga boards .....I need to load pixels of an image seriall
for image processing....I've written the code in verilog hdl for nois
removal algorithm and now i should dump my code onto an fpga board so tha
i can serially access the pixels of an image (256x256 or 512x512) an
perform noise removal by scanning each and every pixel.....kindly sugges
me some method to do this...and also help me choose the right fpg
board.....in my college lab we have xilinx spartan 2....sparta
3.....altera cyclone2....de2.....boards......please help me.



---------------------------------------
Posted through http://www.FPGARelated.com
 
On Feb 28, 4:37 pm, "praneeth87" <praneeth87@n_o_s_p_a_m.gmail.com>
wrote:
hi....Im new to fpga boards .....I need to load pixels of an image serially
for image processing....I've written the code in verilog hdl for noise
removal algorithm and now i should dump my code onto an fpga board so that
i can serially access the pixels of an image (256x256 or 512x512) and
perform noise removal by scanning each and every pixel.....kindly suggest
me some method to do this...and also help me choose the right fpga
board.....in my college lab we have xilinx spartan 2....spartan
3.....altera cyclone2....de2.....boards......please help me.

---------------------------------------        
Posted throughhttp://www.FPGARelated.com


Put your vhdl module that does the algorithm on a top module
Put this top module on a testbench and simulate it.
Do a post place and route simulation if required (it the design is
complex)
Check it meets timings and fulfills algorithm.
Using ISE, open a new project , select your FPGA,(spartan 3 is ok)
Add your source vhdl top block and others
Prepare a ucf file that tells the ISE which input is coming from which
pad
Using ISE compile your code. Generate a programming file.
Check all the warnings.
Connect your FPGA to your computer
Program your FPGA
If it does not work put signals on a test point or some led or do
another post place and route simulation
 

Welcome to EDABoard.com

Sponsor

Back
Top