Document the __VAMS_ENABLE__ macro.

This commit is contained in:
Stephen Williams 2008-05-08 10:28:22 -07:00
parent dea1161c7e
commit fd3ca037aa
1 changed files with 6 additions and 1 deletions

View File

@ -387,9 +387,14 @@ from preprocessor defines elsewhere in the file or the command line.
.SH PREDEFINED MACROS
The following macro is predefined by the compiler:
The following macros are predefined by the compiler:
.TP 8
.B __ICARUS__ = 1\fP
This is defined always when compiling with Icarus Verilog.
.TP 8
.B __VAMS_ENABLE__ = 1\fp
This is defined if Verilog-AMS is enabled.
.SH EXAMPLES
These examples assume that you have a Verilog source file called hello.v in