Answer Posted / pandiammalk
FPGA is Field Programmable Gate array. We can implement any
digital logic functions in FPGA.
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
Explain what is multiplexer?
Explain how Verilog is different to normal programming language?
What transistor level design tools are you proficient with? What types of designs were they used on?
If the current through the poly is 20nA and the contact can take a max current of 10nA how would u overcome the problem?
Explain how MOSFET works?
Explain why present VLSI circuits use MOSFETs instead of BJTs?
What does the above code synthesize to?
What was your role in the silicon evaluation or product ramp? What tools did you use?
How can you construct both PMOS and NMOS on a single substrate?
Let A & B be two inputs of the NAND gate. Say signal A arrives at the NAND gate later than signal B. To optimize delay, of the two series NMOS inputs A & B, which one would you place near the output?
Explain the Working of a 2-stage OPAMP?
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;
6-T XOR gate?
What are the Advantages and disadvantages of Mealy and Moore?
what is a sequential circuit?