fardin1368
Newbie level 1
- Joined
- Jun 25, 2010
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Iran
- Activity points
- 1,288
Hi ,
for one of my projects I need to implement a memory unit on FPGA and store some data on it. For this, I am using an array of std_logic_vector each of size 64 bits. Now, my question is how can I find out what is the maximum size I can allocate for this array?
Also, what if I am also implementing a LEON3 processor on the same chip? if someone knows how much of logic it consumes and how much is left for the memory, wout be great!
Thanks
for one of my projects I need to implement a memory unit on FPGA and store some data on it. For this, I am using an array of std_logic_vector each of size 64 bits. Now, my question is how can I find out what is the maximum size I can allocate for this array?
Also, what if I am also implementing a LEON3 processor on the same chip? if someone knows how much of logic it consumes and how much is left for the memory, wout be great!
Thanks