Altera_Forum
Honored Contributor
12 years agoImproving Fitter Routing
Hi,
I am trying to fit an exponentiation algorithm which processes data of widths 4K bits at a time on a cyclone 2 chip. The number of logic elements are currently within the device specifications..the logic elements for the code after the analysis and synthesis stage stands as 42K/50K[Combination functions - 42K/50K, Dedicated logic registers - 21K/50K]. I dont think the verilog code can be optimized any further[and the chip cannot be changed]. Currently the Quartus II tool fails to proceed beyond the Fitter Routing stage. Though, I am getting the message saying Fitter placement was successful, routing is taking a lot of time and I get the message saying Final fitting attempt was not successful/Cant fit design in device. I am not sure what way I need to proceed to tackle this issue. I have gone through the chip planner. But I am not able to understand which specific piece of the code are causing the problems. This is my first project on an FPGA. Any suggestions which would help me to get in the correct direction would be helpful. If more information is needed to bring in more clarity please shoot back.