LUT, Logic Cell, and Logic Element are all the same to me: the main underlying logical primitive of FPGA. Xilinx uses LUT, Altera LE, microsemi / lattice, maybe something else.
The problem is that they do not match. In its latest architecture, Xilinx uses 6-input LUTs and alter-4-input LUTs. They are combined into logical blocks that have other functions, such as high-speed chain, registers, and distributed memory.
Converting to a system gate is useful, but remember that this is also a marketing war. Xilinx FPGA should be 1.5 times the Altera FPGA logic, since the LUT has 6 instead of 4, right? Well, it depends a lot on the design, if the design cannot use the 6 inputs a lot, unused ones are lost. The same thing with fast-wrap logic, I don't know if they count it in the equivalent number of gates, but keep in mind that the number is swelling.
System gates are a common measure of ASIC design complexity. The same design at two different foundries should have the same system door numbers, since waste is not an ASIC problem.
If you are looking for FPGA. I suggest you choose your supplier, your design portfolio is enough to get an idea of how big FPGA you need and choose FPGA from the upgrade path (if you want to enter the market). If this is for one prototype, just use the largest FPGA you can afford.
Jonathan drolet
source share