Altera_Forum
Honored Contributor
18 years agoLong runtimes for Quartus II
Hi,
I'm trying to run the following flow with Quartus: analysis and synthesis -> fitting -> assembler. I used the following two approaches: A. Give Quartus my RTL source files for analysis and synthesis, fitting and assembling (the assembling is to generate a pof file that I can download into my FPGA). B. Take my RTL source files, synthesize them with Design Compiler. Give Quartus the resultant netlist for fitting and assembling. Can anyone tell me if one should expect to see hugely different runtimes for the two approaches above (assuming I run Quartus on the same machine for both methods)? For example, I observe that for approach A, Quartus proceeds smoothly and finishes the entire process in about 4 hours whereas, for approach B, I see that Quartus gets stuck about 79% into the Fitting process and takes more than 7 hours to complete the entire flow. FYI, my design gate count is about 80k and I'm using version 7.1 of QuartusII. Thanks!