Verilog Meta Comment Support - 2023.2 English

Vivado Design Suite User Guide: Synthesis (UG901)

Document ID
UG901
Release Date
2023-11-01
Version
2023.2 English

Vivado synthesis supports:

  • C-style and Verilog style meta comments:
    • C-style
      /* ...*/
  • C-style comments can be multiple line:
    • Verilog style
      // ...

Verilog style comments end at the end of the line.

  • Translate Off and Translate On
    // synthesis translate_on
    // synthesis translate_off
  • Parallel Case
    // synthesis parallel_case full_case
    // synthesis parallel_case
    // synthesis full_case
  • Constraints on individual objects