mirror of
https://github.com/verilator/verilator.git
synced 2025-04-28 19:46:54 +00:00
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
|
||||
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.
|
||||
|
@ -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]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user