|
From: Don H. <don...@be...> - 2018-03-09 07:19:00
|
Test program "test5.v" crashes in "vvp". Probably from something that I
have done, but I have no idea how to debug it. These are the console
messages:
$ iverilog -g2005-sv -o compileout test5.v
$ vvp compileout -fst
unresolved vpi name lookup: v0x9f1ee80_0
unresolved vpi name lookup: v0x9f1ebc0_0
compile_cleanup: 2 unresolved items
vpi error: bad global property: 1
vvp: vpi_priv.cc:281: int vpip_get_global(int): Assertion `0' failed.
Aborted (core dumped)
The program is attached.
Don
|