Answer Posted / anilb
"FPGA" is Field programmable gate array. Using this we can
implement Digital logic CHIP function.
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes with increasing Vgs.
What are the different design techniques required to create a layout for digital circuits?
For f = AB+CD if B is S-a-1, what are the test vectors needed to detect the fault?
How to improve these parameters? (Cascode topology, use long channel transistors)
Explain Process technology? What package was used and how did you model the package/system? What parasitic effects were considered?
Differences between IRSIM and SPICE?
Explain what is slack?
Explain Cross section of an NMOS transistor?
What types of CMOS memories have you designed? What were their size? Speed?
What work have you done on full chip Clock and Power distribution? What process technology and budgets were used?
what is multiplexer?
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)
How do you size NMOS and PMOS transistors to increase the threshold voltage?
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;
Explain how binary number can give a signal or convert into a digital signal?