这一个警告无论编译什么工程都会出现
时间:10-02
整理:3721RD
点击:
“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.
”就是这个警告,使用在quartus环境下使用Verilog无论写什么工程都会出现这个警告,有人知道这个警告如何消除吗?
”就是这个警告,使用在quartus环境下使用Verilog无论写什么工程都会出现这个警告,有人知道这个警告如何消除吗?
解决了。
我是这样消除这个警告的,Settings -> Compilation Process Settings -> parallel compilation 勾选 "“Use all available processors”。
请问这个会造成什么实际的影响呢?
