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 |
How does Vbe and Ic change with temperature?
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?
What is Body Effect?
0 Answers CG CoreEL, Cisco, TA,
What types of high speed CMOS circuits have you designed?
Tell me how BJT works.
Given a layout, draw its transistor level circuit. (I was given a 3 input AND gate and a 2 input Multiplexer. You can expect any simple 2 or 3 input gates)
Give various factors on which threshold voltage depends.
Mention what are the different gates where Boolean logic are applicable?
If the substrate doping concentration increase, or temperature increases, how will Vt change? it increase or decrease?
what is the difference between the TTL chips and CMOS chips?
Explain Process technology? What package was used and how did you model the package/system? What parasitic effects were considered?