FlyingDutch
Advanced Member level 1
- Joined
- Dec 16, 2017
- Messages
- 458
- Helped
- 45
- Reputation
- 92
- Reaction score
- 55
- Trophy points
- 28
- Location
- Bydgoszcz - Poland
- Activity points
- 5,027
Hello,
some time ago I made attempt to connect very simple VGA CMOS camera sensor (OV7670) to FPGA board (Artix-7: XC7A100T-2FGG676I ). Here is link to this post:
https://www.edaboard.com/threads/how-to-connect-vga-cmos-camera-sensor-to-fpga-board.393473/
Now I would like to connect better camera sensor with full HD resolution (camera with parallel interface). In FPGA design with VGA camera the frame-buffer had been made in Block Memory (in FPGA chip), but for full HD resolution (1920x1080) the amount of BlockMemory in FPGA chip is too small. So I decided to look for external hardware solution.
I would like to use Static RAM memory in external IC placed on PCB board connected with FPGA board. I would like to use 12-bit color for pixel displayed on HDMI monitor ( my FPGA board has HDMI interface). The minimu amout of memory needed for frame-buffer (HD) is 2Mega X 16-bit word. It is also important the type of case of selected SRAM IC in order to I be able to design PCB and solder memory chip to board. Currently I selected such SRAM IC:
It is SRAM chip organized as 2048K words by 16 bits. The single power supply is 1.65V-2.2V. Case is 48-Pin TSOP ,TYPE I ( 12mm x 20mm ) which I should be able to solder to printed circuit board. Here is data-sheet for this SRAM memory chip ( IS61/64WV204816ALL ):
I am not sure if I had selected optimal IC for this purpose - I mean the ease of writing driver in VHDL/Verilog for such SRAM memory. I am also not sure if driving such asynchronous SRAM in synchronic way from FPGA board would be working properly. If somebody can give me hints for such project i Will be very grateful.
Thanks in advance and regards
some time ago I made attempt to connect very simple VGA CMOS camera sensor (OV7670) to FPGA board (Artix-7: XC7A100T-2FGG676I ). Here is link to this post:
https://www.edaboard.com/threads/how-to-connect-vga-cmos-camera-sensor-to-fpga-board.393473/
Now I would like to connect better camera sensor with full HD resolution (camera with parallel interface). In FPGA design with VGA camera the frame-buffer had been made in Block Memory (in FPGA chip), but for full HD resolution (1920x1080) the amount of BlockMemory in FPGA chip is too small. So I decided to look for external hardware solution.
I would like to use Static RAM memory in external IC placed on PCB board connected with FPGA board. I would like to use 12-bit color for pixel displayed on HDMI monitor ( my FPGA board has HDMI interface). The minimu amout of memory needed for frame-buffer (HD) is 2Mega X 16-bit word. It is also important the type of case of selected SRAM IC in order to I be able to design PCB and solder memory chip to board. Currently I selected such SRAM IC:
IS61WV204816BLL-10TLI-TR ISSI - IC: SRAM memory | 32MbSRAM; 2Mx16bit; 2.2÷3.6V; 10ns; TSOP48; 61WV204816BL10TLIT | TME - Electronic components Poland
ISSI IS61WV204816BLL-10TLI-TR | IC: SRAM memory; 32MbSRAM; 2Mx16bit; 2.2÷3.6V; 10ns; TSOP48 - This product is available in Transfer Multisort Elektronik. Check out our wide range of products.
www.tme.eu
It is SRAM chip organized as 2048K words by 16 bits. The single power supply is 1.65V-2.2V. Case is 48-Pin TSOP ,TYPE I ( 12mm x 20mm ) which I should be able to solder to printed circuit board. Here is data-sheet for this SRAM memory chip ( IS61/64WV204816ALL ):
I am not sure if I had selected optimal IC for this purpose - I mean the ease of writing driver in VHDL/Verilog for such SRAM memory. I am also not sure if driving such asynchronous SRAM in synchronic way from FPGA board would be working properly. If somebody can give me hints for such project i Will be very grateful.
Thanks in advance and regards