From 29b4d5a46e7010c6c5c2f0702a751d9841162324 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 8 Mar 2007 03:06:47 +0000 Subject: [PATCH] document the +integer-width plus-arg. --- driver/iverilog.man | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/driver/iverilog.man b/driver/iverilog.man index bcb493bf2..49edfc548 100644 --- a/driver/iverilog.man +++ b/driver/iverilog.man @@ -1,4 +1,4 @@ -.TH iverilog 1 "$Date: 2007/02/26 19:49:49 $" Version "$Date: 2007/02/26 19:49:49 $" +.TH iverilog 1 "$Date: 2007/03/08 03:06:47 $" Version "$Date: 2007/03/08 03:06:47 $" .SH NAME iverilog - Icarus Verilog compiler @@ -319,6 +319,12 @@ become munged. .B +tolower-filename\fP This is similar to the \fB+toupper-filename\fP hack described above. +.TP 8 +.B +integer-width+\fIvalue\fP +This allows the programmer to select the width for integer variables +in the verilog source. The default is 32, the value can be any desired +integer value. + .SH "VARIABLES IN COMMAND FILES" In certain cases, iverilog supports variables in command files. These