Forum Discussion
Altera_Forum
Honored Contributor
15 years agoMy experience has been that multiple cores don't really help when compiling in Quartus. This may be design dependent, but I would probably go with the faster clock speed if Quartus was my only concern.
On the other hand, when compiling Nios code, the extra cores generally make a big difference. For example, running "make -j4" to use four cores can be almost four times as fast as using one core.