Skip to content

Commit

Permalink
Document the __VAMS_ENABLE__ macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveicarus committed May 8, 2008
1 parent dea1161 commit fd3ca03
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion driver/iverilog.man
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd3ca03

Please sign in to comment.