Verilog メタ コメントのサポート - 2023.2 日本語

Vivado Design Suite ユーザー ガイド: 合成 (UG901)

Document ID
UG901
Release Date
2023-11-01
Version
2023.2 日本語

Vivado 合成では、次がサポートされます。

  • C スタイルおよび Verilog スタイルのメタ コメント
    • C スタイル
      /* ...*/
  • C スタイルでは、コメントを複数行にできます。
    • Verilog スタイル
      // ...

Verilog スタイルのコメントは、行末で終了します。

  • translate_off と translate_on
    // synthesis translate_on
    // synthesis translate_off
  • パラレル ケース
    // synthesis parallel_case full_case
    // synthesis parallel_case
    // synthesis full_case
  • 個々のオブジェクトに対する制約