blob: e85b68def6de5d108f1f8a83b937d5211f12bd8d [file] [log] [blame]
/*
:name: system-functions
:description: Calling system functions
:should_fail: 0
:tags: 5.6.3
*/
module systemfn();
/* Note:
* This does not test all the individual system calls.
* It just verifies if the concept exists using one of the
* calls.
*/
initial $display("hello world");
endmodule