Recall that the purpose of a write buffer is to serve as


In this exercise, we will explore the control unit for a cache controller for a processor with a write buffer. Use the finite state machine found in Figure 5.40 as a starting point for designing your own finite state machines. Assume that the cache controller is for the simple direct-mapped cache described on , but you will add a write buffer with a capacity of one block.

Recall that the purpose of a write buffer is to serve as temporary storage so that the processor doesn't have to wait for two memory accesses on a dirty miss. Rather than writing back the dirty block before reading the new block, it buffers the dirty block and immediately begins reading the new block. The dirty block can then be written to main memory while the processor is working.

1508_a6146b77-88ce-46ba-a081-fd4df126eaad.png

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Recall that the purpose of a write buffer is to serve as
Reference No:- TGS01724675

Expected delivery within 24 Hours