Intel® FPGA University Program
University Program Material, Education Boards, and Laboratory Exercises
1175 Discussions

help required for project implementation....

Altera_Forum
Honored Contributor II
960 Views

hi, im working on a project which deals with vlsi as well asimage processing, for this i need to store a 256X256(gray scale )image and access its each and every pixel and perform an operation onthat pixel, if the pixel is found as noisy pixel then after performingand removing of noise i need to feed back the new pixel value into thesame position of the pixel, how to implement this inverilog please give me some ideas and how to implement on fpga

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
270 Views

You need to start with algorithm first. Then translate algorithm into a piece of RTL, Verilog or VHDL. Then synthesize it and program it onto FPGA for debugging.

0 Kudos
Reply