Different ways of implementing a comparator?
Answer / rohit jain
If we are talking about the Digital Comparator which
compares two binary digits (1 & 0) than we can implement
using a multiplexer.
Here A and B are the select lines of mux.
suppose A>B--------o/p=a1 (A,B)=(1,0)
A<B--------o/p=a2 (A,B)=(0,1)
A=B--------o/p=a3 (A,B)=(1,1) (0,0)
| Is This Answer Correct ? | 6 Yes | 1 No |
Are you familiar with the term MESI?
How can you model a SRAM at RTL Level?
What happens if we use an Inverter instead of the Differential Sense Amplifier?
What types of I/O have you designed? What were their size? Speed? Configuration? Voltage requirements?
What is LVS, DRC?
If the current thru the poly is 20nA and the contact can take a max current of 10nA how would u overcome the problem?
What does the above code synthesize to?
what is short Channel effect.
In vlsi chip 1000s of transistors are dropped, specifically categorized. Which method is used to achieve this & how it is done practically?
Explain various adders and diff between them?
Basic Stuff related to Perl?
Explain the operation of a 6T-SRAM cell?