diff --git a/driver/iverilog.man b/driver/iverilog.man index 9db60b4d8..57d9e5ab1 100644 --- a/driver/iverilog.man +++ b/driver/iverilog.man @@ -68,7 +68,7 @@ other tools. Enable or disable (default) support for Verilog-AMS. .TP 8 .B -gspecify\fI|\fP-gno-specify -Enable (default) or disable specify block support. When enabled, +Enable or disable (default) specify block support. When enabled, specify block code is elaborated. When disabled, specify blocks are parsed but ignored. Specify blocks are commonly not needed for RTL simulation, and in fact can hurt performance of the diff --git a/driver/main.c b/driver/main.c index e11045794..3b049f278 100644 --- a/driver/main.c +++ b/driver/main.c @@ -108,7 +108,7 @@ const char*targ = "vvp"; const char*depfile = 0; const char*generation = "2005"; -const char*gen_specify = "specify"; +const char*gen_specify = "no-specify"; const char*gen_xtypes = "xtypes"; const char*gen_icarus = "icarus-misc"; const char*gen_io_range_error = "io-range-error";