Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17257 Discussions

Quartus Compilation Profiling

Altera_Forum
Honored Contributor II
1,490 Views

Hello all, there is a way to know what entity quartus is compiling during analysis and synthesis? 

My compilation is running from 13 hours..
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
625 Views

I found root cause of compilation time.. 

A VHDL code like that: 

 

a <= 1 when a = 0 else a; 

 

Now compile in 6-7 minutes.. :D but this took me 10+ hours.. maybe next Quartus can have a compilation profiler?
0 Kudos
Altera_Forum
Honored Contributor II
625 Views

Nice code ;) suppose better to implement some kind of watchdog at compilation time so abort compile may occur faster than in 10 hours 

Signals should go ahead and why you try to turn around one :)
0 Kudos
Altera_Forum
Honored Contributor II
625 Views

I beleve Quartus puts the entity it is compiling in the compilation notes.

0 Kudos
Reply