forked from github/verilator
Fix t_scope_map --verbose test, bug955.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
parent
c72ee41142
commit
7850f49963
@ -41,7 +41,7 @@ int main(int argc, char **argv, char **env) {
|
||||
for (VerilatedScopeNameMap::const_iterator it = scopeMapp->begin(); it != scopeMapp->end(); it++) {
|
||||
#ifdef TEST_VERBOSE
|
||||
VL_PRINTF("---------------------------------------------\n");
|
||||
VL_PRINTF("Scope = %s\n", it->first.c_str());
|
||||
VL_PRINTF("Scope = %s\n", it->first);
|
||||
it->second->scopeDump();
|
||||
#endif
|
||||
VerilatedVarNameMap * varNameMap = it->second->varsp();
|
||||
|
Loading…
Reference in New Issue
Block a user