Determine how cache works. Determine how to locate a block in the cache, and how to choose a block to be replaced from the cache.
Memory Characteristics Determine the memory structure used in your computer architecture. You may choose to have a unified memory for both data and instructions or you may prefer a separate memory for each. Determine the size of your proposed memory. . Determine what instructions can access the memory and how. In the previous milestone, you […]