Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

maximum size of Array I can create on Xilinx ml505?

Status
Not open for further replies.

fardin1368

Newbie level 1
Newbie level 1
Joined
Jun 25, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Iran
Visit site
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
 

Read the specs for the chip. See how big the memory blocks are. But, if you have to ask how "big" you can have an array, I suspect you need to learn more about digital design. And if you need to ask, your array is probably too big.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top