Skip to main content

All Questions

Tagged with
0 votes
0 answers
43 views

Can we service another memory request from L1 cache when an L1 miss is being serviced from L2?

Consider the case where L1 cache miss occurred and is being serviced by L2 cache which could take many cycles (may go to main memory in case of L2 cache miss). In the meantime L1 cache is idle, in ...
HWDesigner's user avatar
1 vote
0 answers
103 views

Finding RAM product/solution for tiny embedded linux system (<1GB)

I'm finding it quite difficult to navigate among the copious memory solutions available when selecting a RAM solution for a tiny embedded system I'm developing. I will run an OS such as PetaLinux on ...
toxUP's user avatar
  • 91
1 vote
1 answer
130 views

If a SoC is given more memory then it is able to use, how does it deal with that?

Say it can only use 2GB's, and is provided 4, does it only use half, or not use any of the ram?
AlexDoe's user avatar
  • 47
0 votes
1 answer
324 views

CPU ports and cache controllers

I have seen CPUs conforming to Harvard architecture with dedicated ports for program memory and data memory. I have also seen that instruction and data caches (read-through caches) are connected to ...
Raj's user avatar
  • 187