diff --git a/ivtest/vpi/br_gh317.c b/ivtest/vpi/br_gh317.c index 94f3d251d..651d7f690 100644 --- a/ivtest/vpi/br_gh317.c +++ b/ivtest/vpi/br_gh317.c @@ -17,6 +17,7 @@ static PLI_INT32 CompileTF(PLI_BYTE8 *x) vpiHandle callh = vpi_handle(vpiSysTfCall, 0); vpiHandle scope = vpi_handle(vpiScope, callh); + get_type("\\esc.mod ", NULL); get_type("\\esc.port", scope); get_type("\\esc.port ", scope); get_type("\\esc.mod .\\esc.inm .\\esc.port", NULL); diff --git a/ivtest/vpi_gold/br_gh317.gold b/ivtest/vpi_gold/br_gh317.gold index e88b6c526..98cf2a5c7 100644 --- a/ivtest/vpi_gold/br_gh317.gold +++ b/ivtest/vpi_gold/br_gh317.gold @@ -1,5 +1,6 @@ Compiling vpi/br_gh317.c... Making br_gh317.vpi from br_gh317.o... +Looking for "\esc.mod ": found "esc.mod" Looking for "\esc.port": found "esc.port" Looking for "\esc.port ": found "esc.port" Looking for "\esc.mod .\esc.inm .\esc.port": found "esc.port"