What is FPGA?

Answer Posted / shravan

FPGA is Field programmable gate array.
A field programmable gate array (FPGA) is an integrated
circuit (IC) that includes a two-dimensional array of
general-purpose logic circuits, called cells or logic
blocks, whose functions are programmable.
An FPGA is similar to a PLD, but whereas PLDs are generally
limited to hundreds of gates, FPGAs support thousands of gates.

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes with increasing transistor width.

788


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?

870


Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes considering Channel Length Modulation.

694


Draw the SRAM Write Circuitry

658


Mention what are the different gates where Boolean logic are applicable?

671






Explain Cross section of an NMOS transistor?

569


How about voltage source?

1832


What transistor level design tools are you proficient with? What types of designs were they used on?

4571


What are the different gates where boolean logic are applicable?

596


Explain Cross section of a PMOS transistor?

748


Approximately, what were the sizes of your transistors in the SRAM cell? How did you arrive at those sizes?

691


Implement a 2 I/P and gate using Tran gates?

3516


what is verilog?

638


How does a Bandgap Voltage reference work?

3245


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;

1056