EEVblog Electronics Community Forum

Electronics => Microcontrollers => Topic started by: NiHaoMike on April 20, 2018, 07:21:43 am

Title: Transistor count of modern FPGA
Post by: NiHaoMike on April 20, 2018, 07:21:43 am
Roughly how many transistors are there in a logic cell of a modern Xilinx FPGA like an Artix 7?
Title: Re: Transistor count of modern FPGA
Post by: KrudyZ on April 20, 2018, 07:34:17 am
The Virtex 7 2000T has 6.8 billion transistors.
A mid size Artix will be a about 100 million.
Title: Re: Transistor count of modern FPGA
Post by: SiliconWizard on April 20, 2018, 08:20:42 am
Yes, the Virtex-7 2000T is said to have 6.8 billion transistors for 2 million logic cells, which would equate to 3400 transistors per logic cell.
Since the Artix-7 is based on the same architecture, it's probably in the same ballpark.
Title: Re: Transistor count of modern FPGA
Post by: nomadd on April 24, 2018, 07:49:54 am
Roughly how many transistors are there in a logic cell of a modern Xilinx FPGA like an Artix 7?

Or go with Intel, who are shooting for the stars with their new 30 billion transistor (!) Stratix 10.  ;D
Title: Re: Transistor count of modern FPGA
Post by: dmills on April 24, 2018, 12:31:49 pm
Note that a LOT of those transistors are not in the LUTs and FFs but in the routing fabric, there are a lot of fixed at bitstream load time multiplexers involved in routing, and things like the DSP and BRAM cores are not exactly cheap transistor wise either (But much cheaper then building the same things out of generic LUTS and FFs!).

Only a fairly small percentage of the silicon goes on LUTs and user flipflops, most of it is routing and whatever special purpose blocks are appropriate.

Regards, Dan.