Altera_Forum
Honored Contributor
11 years agoCreating an array of large size in VHDL
I need to process a frame of video that has been acquired from a TRDB D5m camera.I tried creating an array of size 640X 480 and the quartus compilation halted when compiling that particular module and it crashed. Is it not possible to create an array type of size 640X480 directly in the vhdl?? I tried using the on-board sram and the response time is too slow for the Sram and in case if i utilize the array I could easily access them as frame(125,250) and i could perform real time morphological operations more easily.