記事 ID: 000087382 最終改訂日: 2015/01/01

Warning: Variable ADV_NETLIST_OPT_SYNTH_USE_FITTER_INFO not supported. Refer to --help=flow for proper command-line form when enabling two-pass optimization, or use a tcl script

環境

  • インテル® Quartus® II サブスクリプション・エディション
  • BUILT IN - ARTICLE INTRO SECOND COMPONENT
    詳細

    This warning message will appear in the Quartus® II software version 3.0 if you enabled the "Use fitter timing information" Netlist Optimization in a previous version of the Quartus II software.

     

    The "Use fitter timing information" Netlist Optimization has been removed from the Quartus II user interface in version 3.0. Therefore, the ADV_NETLIST_OPT_SYNTH_USE_FITTER_INFO variable in your setttings file is no longer valid. The option will be ignored when running a compilation from the user interface and removed from the Compiler Settings File (.csf) by the Quartus II software.

    シンセサイザーがフィッターからの詳細なタイミング情報を使用するコンパイルを実行するには、コマンドラインまたはスクリプトから Two-Pass Optimization Flow を実行します。

    This flow typically leads to a significant increase in compile time as compared to a regular compilation flow because the flow involves two compilations. The first compilation extracts timing information using the Fast Fit option, and the second compilation re-synthesizes the design using the extracted timing information from the fitter.

    2 パス最適化フローは、次の構文を使用して直接呼び出すことができます。

    quartus_sh --flow two_pass_optimization <project> [-c <csf/ssf>]

    It can also be embedded in a Tcl script which can be run using the following command:

    quartus_sh -t <my_script>.tcl

    この Tcl スクリプト.tclには次のコマンドが含まれています。

     

     package require ::quartus::flow project_open <project> execute_flow -two_pass_optimization project_close  

    For more details on Netlist Optimizations, refer to AN 198: Achieving Timing Closure Using Quartus II. (Link: /content/dam/altera-www/global/en_US/pdfs/literature/an/an198.pdf)

    このページのコンテンツは、元の英語のコンテンツを人力翻訳および機械翻訳したものが混在しています。この内容は参考情報および一般的な情報を提供するためものであり、情報の正確さと完全性を保証するものではありません。インテルは不正確な翻訳があった場合でもいかなる責任を負いません。このページの英語版と翻訳の間に矛盾がある場合は、英語版に準拠します。 このページの英語版をご覧ください。