Implement a memory block to store instructions and data for the processor.
Here, Memory refers to RAM or Random Access Memory which is capable of load/store of n-bits of memory. All entered data are mapped to an address and a R/W' signal is issued to read from or write to the memory location
In computer architecture, the memory hierarchy separates computer storage into a hierarchy based on response time. Since response time, complexity, and capacity are related, the levels may also be distinguished by their performance and control technologies.