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 the operation considering a two processor computer system with a cache for each processor.
what is the doping?
If not into production, how far did you follow the design and why did not you see it into production?
What does the above code synthesize to?
what is charge sharing?
Cross section of a PMOS transistor?
How can you construct both PMOS and NMOS on a single substrate?
Why do we need both PMOS and NMOS transistors to implement a pass gate?
What is clock feed through?
Mention what are three regions of operation of mosfet and how are they used?
Help with VHDL programming. Write a VHDL code for a D-Latch with clear input ?? (Hint: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs AND OUTPUTS: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
What are the different design constraints occur in the synthesis phase?