conversion for function void (resolves #32)

This commit is contained in:
Zachary Snow
2019-09-11 19:31:50 +02:00
parent 6271e16b68
commit f8a2bcbea0
3 changed files with 15 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
module top;
function void foo;
$display("foo called");
endfunction
initial foo;
endmodule