Explain Custom Design Flow?
Answers were Sorted based on User's Feedback
Answer / amar
Coming to the flow :
Behavioral description
schemeatics creation
layout creation
In each steps , We can generate the netlist for spice
simulation to check the design meets its specification
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / amar
Custom IC design requires if the circuit has to be designed to
meet the maximum possible performance requirements.
In this case the transistor parameters are tuned to meet the
required overall circuit performance
This kind of design methodology is specifically used
in analog design , mixed signals design and RF design
Is This Answer Correct ? | 0 Yes | 3 No |
Explain Basic Stuff related to Perl?
Explain sizing of the inverter?
What is SPICE?
Mention what are the different gates where Boolean logic are applicable?
Draw the Cross Section of an Inverter? Clearly show all the connections between M1 and poly, M1 and diffusion layers etc?
Describe the various effects of scaling?
How many bit combinations are there in a byte?
Why don?t we use just one NMOS or PMOS transistor as a transmission gate?
Give the logic expression for an AOI gate. Draw its transistor level equivalent. Draw its stick diagram
Insights of a 4bit adder/Sub Circuit?
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 is a linked list? Explain the 2 fields in a linked list?