Comments
A comment explains the purpose of a particular piece of ESDL code. There are two types of comments, commonly referred to as single- and multi-line comment.
Single-line comments are preceded by a double slash (//). The text that follows is ignored up to the end of the current line. Multi-line comments are delimited by /* and */.
The comments used in an ESDL description are not transferred to the C code that is generated from that description.