File example vvp code so make check passes.
This commit is contained in:
parent
0d7daf5862
commit
c28188618b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue