Answer Posted / 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 |
Post New Answer View All Answers
Process technology? What package was used and how did you model the package/system? What parasitic effects were considered?
Insights of a 4bit adder/Sub Circuit?
What is Charge Sharing? Explain the Charge Sharing problem while sampling data from a Bus
What are the various regions of operation of mosfet? How are those regions used?
Explain what is slack?
Explain the Various steps in Synthesis?
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 is the function of chain reordering?
What does the above code synthesize to?
If the current through the poly is 20nA and the contact can take a max current of 10nA how would u overcome the problem?
What transistor level design tools are you proficient with? What types of designs were they used on?
Draw a transistor level two input NAND gate. Explain its sizing (a) considering Vth (b) for equal rise and fall times
What are the changes that are provided to meet design power targets?
Explain CMOS Inverter transfer characteristics?
what is a sequential circuit?