Forum Discussion
Altera_Forum
Honored Contributor
9 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)