Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20705 Discussions

How can I know how many combinational nodes has an especific FPGA?

Altera_Forum
Honored Contributor II
1,835 Views

Hi 

 

I am using a EP2C35F672C6 Cyclone II and I get this error message 

 

Error (170011): Design contains 35848 blocks of type combinational node. However, device contains only 33216. 

 

I would like to know how many blocks of type combinational node could a FPGA have or what it depends on the use of them, so I could fix my code or buy a new FPGA. 

 

Thanks.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
287 Views

Combinational node spells "LE" in the device manual. You'll find the numbers in the device overview. "C35" means about 35k logic elements, but the exact number is a bit smaller.

0 Kudos
Altera_Forum
Honored Contributor II
287 Views

I've found it yesterday a few hours later after posting, but thanks, it is always good to have another confirmation. 

 

Thanks
0 Kudos
Reply