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:
parent
45f2d68d33
commit
f502d4c8ad
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue