What is the most complicated/valuable program you written in
C/C++?
Answer Posted / prasn
The program that involves pointers, say link list type of
programs
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
Describe the various effects of scaling?
How about voltage source?
Explain what is Verilog?
In Verilog code what does “timescale 1 ns/ 1 ps” signifies?
Give a big picture of the entire SRAM Layout showing your placements of SRAM Cells, Row Decoders, Column Decoders, Read Circuit, Write Circuit and Buffers
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)
Cross section of a PMOS transistor?
what is verilog?
What was your role in the silicon evaluation or product ramp? What tools did you use?
What is Body Effect?
Draw a CMOS Inverter. Explain its transfer characteristics
How can you model a SRAM at RTL Level?
What types of I/O have you designed? What were their size? Speed? Configuration? Voltage requirements?
You have three adjacent parallel metal lines. Two out of phase signals pass through the outer two metal lines. Draw the waveforms in the centre metal line due to interference. Now, draw the signals if the signals in outer metal lines are in phase with each other
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;