Error: Assignment value ALL for assignment NUM_PARALLEL_PROCESSORS is illegal 主要的原因是Quartus II 8.0多了以下的設定: 因為現在的電腦都是雙核心或四核心,多了這個設定,在filter時會快些,但這個設定Quartus II 7.2看不懂,導致開啟project出現錯誤訊息。 Solution Step 1: 開啟*.qsf 將以下這行刪除 set_g...
omp_set_nested(1); }#endif#pragmaomp parallel for \ schedule(static, 1) reduction(+:skipped_count) reduction(+:error_count) reduction(+:file_count) shared(latest_error)for(inti=0; i < num_files; i++) {structpngquant_optionsopts=options;opts.liq = liq_attr_copy(options.liq);constchar...