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.

Memory wide and memory size question

Status
Not open for further replies.

vojke

Junior Member level 1
Joined
Sep 9, 2010
Messages
19
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Belgrade, Serbia
Activity points
1,457
Hallo,

I'm a bit confused when memory wide ans memory size comes in question. When reading about different memory blocks I frequently come across on something like this: Program memory 512b wide 88Kbytes size.

What that exactly means? What is the difference in comparison with let's say: Program memory 32b wide 32Kbytes size.

Thanks
 

Memory WIDTH is the size of each element in your memory. Size is, well, size of the memory. If you take the WIDTH and multiply it by the DEPTH, you'll get the size. For your second example, you've got a size of 32Kbytes=>256K bits. Since your data are 32bits wide, this memory will be 8K deep (8192 locations)
 

OK. So 8192 memory locations, each of which stores data that is 32bits wide (if integer a number from 0 to 2^32). Memory WIDTH = Data WIDTH?
Thanks!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top