Specify support off by default.

The specify support has some interesting bugs, and anyhow is rarely
used. Leave it OFF by default.
This commit is contained in:
Stephen Williams 2008-11-20 21:01:33 -08:00
parent 45f2d68d33
commit f502d4c8ad
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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";