Large array

Joined
Jan 6, 2014
Messages
1
Reaction score
0
In 1 clock cycle, my design output
output_real : out std_logic_VECTOR(15 downto 0);
I have to run my design for 2048x64 clk and store all the 2048x64 output_real to be used later.

Problem is I tried to store the whole output in a Signal format ( array of size [2048][64][16] )but it is too large, is there any alternative solutions?
I'm thinking of writing it into a table but not sure how to do it.


Thanks in advance for advice!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top