Are you familiar with the term snooping?
Answer / kanak
Let's take an example of different processors(along with
their independent caches) sharing the same memory system.
Now if this memory is a Read-Write memory and let's say
that one of the processors writes to this memory after some
data computation, all the processors need to update their
individual cache copies of the now modified memory. To do
this the concept of snooping is implemented. cache snooping
is the means by which each cache constantly
monitors/detects the bus for any write to a memory location
and if a write is found, it invalidates it current copy of
cached memory data and copies the new content over.
| Is This Answer Correct ? | 18 Yes | 1 No |
Explain what is Verilog?
Explain what is slack?
Draw a 6-T SRAM Cell and explain the Read and Write operations
How does the size of PMOS Pull Up transistors (for bit & bit- lines) affect SRAM's performance?
What is latchup? Explain the methods used to prevent it?
What is charge sharing?
2 Answers Cypress Semiconductor, Intel,
For a NMOS transistor acting as a pass transistor, say the gate is connected to VDD, give the output for a square pulse input going from 0 to VDD
Mention what are the two types of procedural blocks in Verilog?
Tell me the parameters as many as possible you know that used to character an amplifier?
Explain Cross section of an NMOS transistor?
While using logic design, explain the various steps that r followed to obtain the desirable design in a well defined manner?
Explain what is the use of defpararm?