Forum Discussion
Altera_Forum
Honored Contributor
10 years agoReverse Timing analysis (from .pof file)
Hi, I'm working on a number of older systems which the original engineer somehow designed without using ANY timing constraints. These systems have been deployed for a number of years to several...
Altera_Forum
Honored Contributor
10 years agoTo keep the results identical for release builds you should consider to limit the maximum Processors to one (i guess every future Computers will have at least one :-)).
set_global_assignment -name NUM_PARALLEL_PROCESSORS 1 My experience is, that the number of Processors used is like using a different seed. This results to different timings. A different seed or different cpu count may change fmax +-15%. With above assignment i got same results even on different linux and windows machines (of course with same Quartus Version)