Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 588 Bytes

memory-model.md

File metadata and controls

10 lines (6 loc) · 588 Bytes

Memory model

Modern chips are memory bound. So they need caches. So designers need memory models.

SRAM is just a bunch of flip-flops, so can it be directly embedded into Verilog?

But I've also heard that because caches are so important and regular, they are highly optimized, and put into big rectangular chunks into the design. E.g.: https://www.arm.com/products/physical-ip/embedded-memory-ip/index.php