Icarus Verilog
Advertisement
Forums: Index > Help desk > VVP iverliog v10.1.1x64 error on Win10



When trying to run vvp on the hello sample that successfully compiled with iverilog, I get the following:

system:`C:\iverilog\lib\ivl\system.vpi' failed to open using dlopen() because:

    %1 is not a valid Win32 application.

.

hello.vl:45: Error: System task/function $display() is not defined by any module.

hello.vl:46: Error: System task/function $finish() is not defined by any module.

hello: Program not runnable, 2 errors.

Noted path is correct. system.vpi clearly includes definitions for the 2 failed functions also noted. I'm really not sure how to fix this.  Thanks in advance for any help.

Advertisement