Omit -v farg with --dump-inputs (#6885)
This commit is contained in:
parent
2ba96536e6
commit
45349990a1
|
|
@ -1833,7 +1833,7 @@ void V3Options::parseOptsList(FileLine* fl, const string& optdir, int argc,
|
||||||
});
|
});
|
||||||
DECL_OPTION("-v", CbVal, [this, &optdir](const char* valp) {
|
DECL_OPTION("-v", CbVal, [this, &optdir](const char* valp) {
|
||||||
V3Options::addLibraryFile(parseFileArg(optdir, valp), work());
|
V3Options::addLibraryFile(parseFileArg(optdir, valp), work());
|
||||||
});
|
}).notForRerun();
|
||||||
DECL_OPTION("-valgrind", CbCall, []() {}); // Processed only in bin/verilator shell
|
DECL_OPTION("-valgrind", CbCall, []() {}); // Processed only in bin/verilator shell
|
||||||
DECL_OPTION("-verilate", OnOff, &m_verilate);
|
DECL_OPTION("-verilate", OnOff, &m_verilate);
|
||||||
DECL_OPTION("-verilate-jobs", CbVal, [this, fl](const char* valp) {
|
DECL_OPTION("-verilate-jobs", CbVal, [this, fl](const char* valp) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue