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 |
Let A & B be two inputs of the NAND gate. Say signal A arrives at the NAND gate later than signal B. To optimize delay, of the two series NMOS inputs A & B, which one would you place near the output?
What are the different design constraints occur in the synthesis phase?
What are set up time & hold time constraints? What do they signify?
Explain why is the number of gate inputs to cmos gates usually limited to four?
What happens if we increase the number of contacts or via from one metal layer to the next?
Have you studied buses? What types?
Write a program to explain the comparator?
what is the doping?
What is a D-latch? Write the VHDL Code for it?
Insights of a Tri-State Inverter?
Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes considering Channel Length Modulation.
Explain Basic Stuff related to Perl?