ivtest/vpi/br_gh317: Update test for missing case of toplevel module with escaped identifier containing '.'
This commit is contained in:
parent
77d7f0b8f7
commit
22b68ad24d
|
|
@ -17,6 +17,7 @@ static PLI_INT32 CompileTF(PLI_BYTE8 *x)
|
||||||
vpiHandle callh = vpi_handle(vpiSysTfCall, 0);
|
vpiHandle callh = vpi_handle(vpiSysTfCall, 0);
|
||||||
vpiHandle scope = vpi_handle(vpiScope, callh);
|
vpiHandle scope = vpi_handle(vpiScope, callh);
|
||||||
|
|
||||||
|
get_type("\\esc.mod ", NULL);
|
||||||
get_type("\\esc.port", scope);
|
get_type("\\esc.port", scope);
|
||||||
get_type("\\esc.port ", scope);
|
get_type("\\esc.port ", scope);
|
||||||
get_type("\\esc.mod .\\esc.inm .\\esc.port", NULL);
|
get_type("\\esc.mod .\\esc.inm .\\esc.port", NULL);
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
Compiling vpi/br_gh317.c...
|
Compiling vpi/br_gh317.c...
|
||||||
Making br_gh317.vpi from br_gh317.o...
|
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.port ": found "esc.port"
|
Looking for "\esc.port ": found "esc.port"
|
||||||
Looking for "\esc.mod .\esc.inm .\esc.port": found "esc.port"
|
Looking for "\esc.mod .\esc.inm .\esc.port": found "esc.port"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue