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

Will Quartus generate same timing results if a build is run twice?

Altera_Forum
Honored Contributor II
1,652 Views

If a design is P&R with Quartus, will it give same timing result for two builds if no parameter is changed for either build? No RTL change, no SDC change, no SEED change. 

 

I would think it should.
0 Kudos
5 Replies
Altera_Forum
Honored Contributor II
908 Views

Yes. There are no random variables that go into the compile, so the results will be the same. (Operating Systems will affect it though, due to different floating point math results. All Windows should be the same, but different than Linux compiles. Same thing as a different seed though, i.e. one is not better than the other.)

0 Kudos
Altera_Forum
Honored Contributor II
908 Views

yes, it should

0 Kudos
Altera_Forum
Honored Contributor II
908 Views

 

--- Quote Start ---  

All Windows should be the same, but different than Linux compiles. 

--- Quote End ---  

 

 

I'll just add that 32-bit and 64-bit compiles will also give different results, again since the compilers are different. So win32, win64, lin32 and lin64 will all give different answers from one another, but (as Rysc said) these are just equivalent to a change in seed. 

 

Just to reiterate what everyone else has said: yes, if Quartus is run twice on the same inputs on the same OS, it will always give the same results. 

 

Adrian Ludwin 

Altera Corp.
0 Kudos
Altera_Forum
Honored Contributor II
908 Views

this post helped me alot !! 

cheers
0 Kudos
Altera_Forum
Honored Contributor II
908 Views

FYI if a post helps you give the user reputation points. Every time I see short posts like yours my first thought is "is this spam?" (I almost banned you.... good thing I searched your other posts before I brought down the hammer :))

0 Kudos
Reply