Explain the difference between write through and write back
cache.
Answers were Sorted based on User's Feedback
Answer / sudeep
This is cache write hit policy,
1. write through:- The information is written to both the
cache and the main memory upon a hit,
2. write back:- The inforamtion is written to only cache,
the main memory is updated upon a read miss.
Is This Answer Correct ? | 24 Yes | 1 No |
Answer / achal ubbott
1. Write Through policy is relatively slower. but offers
advantage of coherence between cache and main memory.
2. Write Back is faster and frquently used. It makes use of
Dirty bit. If the data in cache is not in coherence with
one in main memory then Dirty bit is set.
Is This Answer Correct ? | 12 Yes | 0 No |
What is the difference between nmos and pmos technologies?
Suppose you have a combinational circuit between two registers driven by a clock. What will you do if the delay of the combinational circuit is greater than your clock signal? (You can't resize the combinational circuit transistors)
What does the above code synthesize to?
Draw the SRAM Write Circuitry
Explain the Charge Sharing problem while sampling data from a Bus?
What happens when the gate oxide is very thin?
Draw the Layout of an Inverter?
What is Cross Talk?
What is the function of chain reordering?
What are the changes that are provided to meet design power targets?
what is SCR (Silicon Controlled Rectifier)?
How does a Bandgap Voltage reference work?