iverilog/ivtest/obsolete/vvptests/vvpsources/hello.vp

9 lines
160 B
Plaintext

#! /usr/bin/env vvp
:vpi_module "system";
S_main .scope module, "main";
.scope S_main;
T_0 ;
%vpi_call "$display", "PASSED";
%end;
.thread T_0;