- Verilog meta comments are understood by the Verilog parser.
- Verilog meta comments set constraints on individual objects, such as:
- Module
- Instance
- Net
- Verilog meta comments set directives on synthesis:
-
parallel_case
andfull_case
-
translate_on
andtranslate_off
- All tool specific directives (for example,
syn_sharing
)
-