Support +notimingchecks

This commit is contained in:
Wilson Snyder 2010-01-06 12:38:58 -05:00
parent 06fba42858
commit 8fbc87be46
2 changed files with 6 additions and 0 deletions

View File

@ -740,6 +740,10 @@ for include directories or libraries.
Specify the extensions that should be used for finding modules. If for
example module I<x> is referenced, look in I<x>.I<ext>.
=item +notimingchecks
Ignored for compatibility with other simulators.
=item -UI<var>
Undefines the given preprocessor symbol.

View File

@ -569,6 +569,8 @@ void V3Options::parseOptsList(FileLine* fl, int argc, char** argv) {
}
else if ( !strcmp (sw, "+librescan")) { // NOP
}
else if ( !strcmp (sw, "+notimingchecks")) { // NOP
}
else {
fl->v3fatal ("Invalid Option: "<<argv[i]);
}