Support +notimingchecks
This commit is contained in:
parent
06fba42858
commit
8fbc87be46
|
|
@ -740,6 +740,10 @@ for include directories or libraries.
|
||||||
Specify the extensions that should be used for finding modules. If for
|
Specify the extensions that should be used for finding modules. If for
|
||||||
example module I<x> is referenced, look in I<x>.I<ext>.
|
example module I<x> is referenced, look in I<x>.I<ext>.
|
||||||
|
|
||||||
|
=item +notimingchecks
|
||||||
|
|
||||||
|
Ignored for compatibility with other simulators.
|
||||||
|
|
||||||
=item -UI<var>
|
=item -UI<var>
|
||||||
|
|
||||||
Undefines the given preprocessor symbol.
|
Undefines the given preprocessor symbol.
|
||||||
|
|
|
||||||
|
|
@ -569,6 +569,8 @@ void V3Options::parseOptsList(FileLine* fl, int argc, char** argv) {
|
||||||
}
|
}
|
||||||
else if ( !strcmp (sw, "+librescan")) { // NOP
|
else if ( !strcmp (sw, "+librescan")) { // NOP
|
||||||
}
|
}
|
||||||
|
else if ( !strcmp (sw, "+notimingchecks")) { // NOP
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
fl->v3fatal ("Invalid Option: "<<argv[i]);
|
fl->v3fatal ("Invalid Option: "<<argv[i]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue