mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 08:24:31 +02:00
Omit -v farg with --dump-inputs (#6885)
This commit is contained in:
+1
-1
@@ -1833,7 +1833,7 @@ void V3Options::parseOptsList(FileLine* fl, const string& optdir, int argc,
|
||||
});
|
||||
DECL_OPTION("-v", CbVal, [this, &optdir](const char* valp) {
|
||||
V3Options::addLibraryFile(parseFileArg(optdir, valp), work());
|
||||
});
|
||||
}).notForRerun();
|
||||
DECL_OPTION("-valgrind", CbCall, []() {}); // Processed only in bin/verilator shell
|
||||
DECL_OPTION("-verilate", OnOff, &m_verilate);
|
||||
DECL_OPTION("-verilate-jobs", CbVal, [this, fl](const char* valp) {
|
||||
|
||||
Reference in New Issue
Block a user