mirror of
https://github.com/verilator/verilator.git
synced 2026-09-08 10:33:20 +02:00
Include: Allow external progs to test command args
This commit is contained in:
@@ -1056,6 +1056,10 @@ void Verilated::commandArgs(int argc, const char** argv) {
|
||||
VerilatedImp::commandArgs(argc,argv);
|
||||
}
|
||||
|
||||
const char* Verilated::commandArgsPlusMatch(const char* prefixp) {
|
||||
return VerilatedImp::argPlusMatch(prefixp).c_str();
|
||||
}
|
||||
|
||||
void Verilated::scopesDump() {
|
||||
VerilatedImp::scopesDump();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user