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 are the different design constraints occur in the synthesis phase?
Process technology? What package was used and how did you model the package/system? What parasitic effects were considered?
Draw the Layout of an Inverter?
What are the changes that are provided to meet design power targets?
Give the various techniques you know to minimize power consumption?
Explain why & how a MOSFET works?
What is the ideal input and output resistance of a current source?
Explain what is Verilog?
What is Noise Margin? Explain the procedure to determine Noise Margin?
What are the main issues associated with multiprocessor caches and how might you solve them?
Draw the Cross Section of an Inverter? Clearly show all the connections between M1 and poly, M1 and diffusion layers etc?
Differences between blocking and Non-blocking statements in Verilog?