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

Reproducing identical SOF when recompiling with identical source

i8087
Novice
667 Views

Hi,

For example in Quartus Prime Pro 20.4, can I expect to get an identical SOF everytime I recompile a design with no changes in the source?

Is there any documentation on this?

Thanks!

 

0 Kudos
1 Solution
YuanLi_S_Intel
Employee
639 Views

Having fixed seed value doesn’t mean that it will have same routing.

 

Having different seed value (AKA seed sweeping) is just retry compilation with different starting point. It might yield different timing result.

 

You may refer to timing user guide for more information ahout it:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an584.pdf


View solution in original post

0 Kudos
6 Replies
YuanLi_S_Intel
Employee
652 Views

Hi,


No, it might not be the same everytime. The internal routing done by fitter will not the same for each recompilation.


However, the size should be the same for same source code.


Regards,

Bruce


0 Kudos
i8087
Novice
646 Views

Thank you Bruce for your reply.

How about using a fixed seed? Would it still not guarantee identical internal routing?

What's the purpose of using a seed in DSE?

Regarding the size, I could be wrong, but I think I'm getting identical size even for a different source code.

Thanks!

0 Kudos
YuanLi_S_Intel
Employee
640 Views

Having fixed seed value doesn’t mean that it will have same routing.

 

Having different seed value (AKA seed sweeping) is just retry compilation with different starting point. It might yield different timing result.

 

You may refer to timing user guide for more information ahout it:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an584.pdf


0 Kudos
i8087
Novice
633 Views
0 Kudos
i8087
Novice
633 Views

What should I do to get an identical SOF when recompile?

0 Kudos
YuanLi_S_Intel
Employee
624 Views

Having the same source code and same seed value should yield the same SOF. Unless there is a change in source code.


0 Kudos
Reply