Return to previous page Advance to next page
Xilinx Synthesis Technology (XST) User Guide
Chapter 7: Verilog Language Support

Verilog Meta Comments

XST supports meta comments in Verilog. Because Verilog does not offer a method for attribute definition such as VHDL, meta comments (comments that are understood by the Verilog parser) are used.

Meta comments can be used as follows:

Meta comments can be written using the C-style (/* ... */) or the Verilog style (// ...) for comments. C-style comments can be multiple line. Verilog style comments end at the end of the line.

XST supports the following:

For a full list of constraints, refer to the "Design Constraints" chapter.

Top of page