ivtest/vpi/br_gh317: Update test for missing case of toplevel module with escaped identifier containing '.'

This commit is contained in:
Marlon James 2023-11-06 15:48:07 -08:00
parent 77d7f0b8f7
commit 22b68ad24d
2 changed files with 2 additions and 0 deletions

View File

@ -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);

View File

@ -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"