Include: Allow external progs to test command args

This commit is contained in:
Wilson Snyder
2012-08-14 20:37:15 -04:00
parent d3601dd561
commit 1373b81e7c
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -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();
}