forked from github/verilator
Tests: Add some verbose statements.
This commit is contained in:
parent
ae311200bf
commit
99afffa949
@ -80,6 +80,10 @@ void modDump(const TestVpiHandle& it, int n) {
|
||||
|
||||
extern "C" {
|
||||
int mon_check() {
|
||||
#ifdef TEST_VERBOSE
|
||||
printf("-mon_check()\n");
|
||||
#endif
|
||||
|
||||
TestVpiHandle it = vpi_iterate(vpiModule, NULL);
|
||||
CHECK_RESULT_NZ(it);
|
||||
// Uncomment to see what other simulators return
|
||||
|
@ -633,6 +633,10 @@ int _mon_check_vlog_info() {
|
||||
|
||||
int mon_check() {
|
||||
// Callback from initial block in monitor
|
||||
#ifdef TEST_VERBOSE
|
||||
printf("-mon_check()\n");
|
||||
#endif
|
||||
|
||||
if (int status = _mon_check_mcd()) return status;
|
||||
if (int status = _mon_check_callbacks()) return status;
|
||||
if (int status = _mon_check_value_callbacks()) return status;
|
||||
|
Loading…
Reference in New Issue
Block a user