What are the main issues associated with multiprocessor
caches and how might you solve them?
Answer / narendra
issue : Cache coherency or Data coherency. The problem is
all the processors cache should have exactly the same
shared data (cohenrent data). and there are races possible
with multiprocessors.
possible solution: use one central cache controller which
will get all the read/write requests from all the
processors and peripherals so that it can make sure there
are no races and cache coherency is maintained.
| Is This Answer Correct ? | 10 Yes | 0 No |
Draw a CMOS Inverter. Explain its transfer characteristics
Implement F= not (AB+CD) using CMOS gates?
What happens if we delay the enabling of Clock signal?
Explain about stuck at fault models, scan design, BIST and IDDQ testing?
what is short Channel effect.
Are you familiar with VHDL and/or Verilog?
Write a pseudo code for sorting the numbers in an array?
What is the critical path in a SRAM?
What happens if we increase the number of contacts or via from one metal layer to the next?
How does Vbe and Ic change with temperature?
Explain how MOSFET works?
Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.