From aaf8908676cfe61ac8c707566839bcd72d7ce457 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Tue, 5 Feb 2008 09:56:50 -0800 Subject: [PATCH] Document new -d flag to driver followup to commit 6256dd804023cafaf65a420f9fb9d04f47c16639 --- driver/iverilog.man | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/driver/iverilog.man b/driver/iverilog.man index 2be7c06d2..289c003fc 100644 --- a/driver/iverilog.man +++ b/driver/iverilog.man @@ -5,7 +5,7 @@ iverilog - Icarus Verilog compiler .SH SYNOPSIS .B iverilog [-ESVv] [-Bpath] [-ccmdfile|-fcmdfile] [-Dmacro[=defn]] [-pflag=value] -[-g1|-g2|-g2x|-gspecify|-gxtypes|-gio-range-error] +[-dflag=value] [-g1|-g2|-g2x|-gspecify|-gxtypes|-gio-range-error] [-Iincludedir] [-mmodule] [-Mfile] [-Nfile] [-ooutputfilename] [-stopmodule] [-ttype] [-Tmin/typ/max] [-Wclass] [-ypath] sourcefile @@ -43,6 +43,12 @@ Verilog source. .B -D\fImacro=defn\fP Defines macro \fImacro\fP as \fIdefn\fP. .TP 8 +.B -d\fIname\fP +Activate a class of compiler debugging messages. The \fB-d\fP switch may +be used as often as necessary to activate all the desired classes. +Supported classes are scope, eval_tree, elaborate, and synth2; +any other names are ignored. +.TP 8 .B -E Preprocess the Verilog source, but do not compile it. The output file is the Verilog input, but with file inclusions and macro references