处理FPGA编译时的问题

这几天在进行FPGA编译时,突然出现了一个之前没有见到过的警告:
Warning (18236): Number of processors has not been specified which may cause overloading on shared machines.  Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance.
看了警告也摸不着头脑,后来在百度上查找了一下,发现这是一个关于影响编译速度的警告,没什么大问题。
如下图所示:
处理FPGA编译时的问题_第1张图片
这个窗口内部有三个选项:
(1)Use global parallel compilation setting from option dialog box -Use all available processors。从选择对话窗口中设置成全局并行编译设置汇总----Use all available processors
(2)Use all available processors  这个设置是直接写进qsf文件了
(3)Maximum processors allowed 这个是让你选择几核

下面这个图是我打开tools--options中出现的对话框:

处理FPGA编译时的问题_第2张图片

你可能感兴趣的:(FPGA,quartus)