Altera_Forum
Honored Contributor
18 years agoProblem in designing multiple Queues
I need to design 300 queues. Each of the queues supports 2000 words with 8 bit/word.
I declared 300 register arrays (reg[7:0] queue [1999:0]) and compiled in Quartus. I am getting an error message: design requires to many ram resources to fit in the selected device or any device in the device family. I am using stratixII device. I think it doesnot support that many queue in one fpga chip. Is there any way of making that many queues inside fpga? I would really appreciate if anybody could help me with my design. Francisco