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

QII 12.1 synthesizer problem!!!

Altera_Forum
Honored Contributor II
1,052 Views

I don't know what just happened, but when I compile my previous project (with QII 11.1) with QII 12.1 the I get the fitter error! 

It seems all my projects use more LUTs by 12.1, in example my latest project in 11.1 was abou 13KLUT but with 12.1 synthesizer estimates 47KLUTs.:confused: 

Can anyone explain this to me? what just happened? same vhdl code with different LUTs size!!!!!!
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
346 Views

Look at the individual component resource usage. Compare each vs your compile with QII 11.1. (Compile your design into a much larger part for QII 12.1 if you need to. 

 

I'll bet that one of your components had a RAM/ROM block that may have synthesized into LUTs instead of a memory block. You could also check the warnings for your compile. It may give you hints as to what has happened.
0 Kudos
Reply