flote21
Advanced Member level 1
- Joined
- Jan 22, 2014
- Messages
- 411
- Helped
- 1
- Reputation
- 2
- Reaction score
- 3
- Trophy points
- 1,298
- Activity points
- 5,595
Hello everybody,
I am inside of a project where I am in charge of the VHDL design using an ALTERA FPGA Cyclone IV. This FPGA has to control a RGB sensor and this RGB sensor provide the information of the pixel output through a LVDS interface. In my FPGA design I implemented a module in order to control the RGB sensor and receive the pixel output.
The value of 4 pixels are reveived in parallel with a frequency of 150MHZ. Si I had to designe a module for interfacing the FPGA with the sensor. This module was implemented in a succesfully way because I am able to see the values of the pixels on real time thanks to the Signal TAP (it is like chipscope in xilinx). But in this point I need to do some kind of data processing on real time before send this data to the PC via Ethernet.
The data processing that I need to do consisits in adding up the RGB infomation. I mean, every 150MHZ I receive 4 pixels in parallel. Thanks to the known Bayer Pattern, it is possible to predict which pixels have information of Red, Green or Blue. Then I need to make small packages of 32 pixels and adding up the values of the pixels with the same color and send the total value to the PC.
And it is in this point where I don¨t know exactly how to do programm in VHDL. I have nerver handle d on real time data with a FPGA and I have never made a data processing on real time, too. For this reason I would like to ask in this forum if someone could give me some tips or some good documentation to read to reach my target.
Thank you very much in advance.
I am inside of a project where I am in charge of the VHDL design using an ALTERA FPGA Cyclone IV. This FPGA has to control a RGB sensor and this RGB sensor provide the information of the pixel output through a LVDS interface. In my FPGA design I implemented a module in order to control the RGB sensor and receive the pixel output.
The value of 4 pixels are reveived in parallel with a frequency of 150MHZ. Si I had to designe a module for interfacing the FPGA with the sensor. This module was implemented in a succesfully way because I am able to see the values of the pixels on real time thanks to the Signal TAP (it is like chipscope in xilinx). But in this point I need to do some kind of data processing on real time before send this data to the PC via Ethernet.
The data processing that I need to do consisits in adding up the RGB infomation. I mean, every 150MHZ I receive 4 pixels in parallel. Thanks to the known Bayer Pattern, it is possible to predict which pixels have information of Red, Green or Blue. Then I need to make small packages of 32 pixels and adding up the values of the pixels with the same color and send the total value to the PC.
And it is in this point where I don¨t know exactly how to do programm in VHDL. I have nerver handle d on real time data with a FPGA and I have never made a data processing on real time, too. For this reason I would like to ask in this forum if someone could give me some tips or some good documentation to read to reach my target.
Thank you very much in advance.