File example vvp code so make check passes.

This commit is contained in:
Cary R 2014-12-08 10:42:29 -08:00
parent 0d7daf5862
commit c28188618b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
:vpi_module "system";
; Copyright (c) 2001-2008 Stephen Williams (steve@icarus.com)
; Copyright (c) 2001-2014 Stephen Williams (steve@icarus.com)
;
; This source code is free software; you can redistribute it
; and/or modify it in source code form under the terms of the GNU
@ -31,7 +31,7 @@
main .scope module, "main";
code
%vpi_call 0 0 "$display", "Hello, World." {0 0};
%vpi_call 0 0 "$display", "Hello, World." {0 0 0};
%end;
.thread code;
:file_names 2;