Forum Discussion
Altera_Forum
Honored Contributor
13 years agoQII 12.1 synthesizer problem!!!
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!!!!!!1 Reply
- Altera_Forum
Honored Contributor
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.