URL
https://opencores.org/ocsvn/oms8051mini/oms8051mini/trunk
Subversion Repositories oms8051mini
[/] [oms8051mini/] [trunk/] [example/] [systemverilog/] [dpi/] [test1/] [dpi.sv] - Rev 18
Go to most recent revision | Compare with Previous | Blame | View Log
module top;
// Declare the DPI import function
import "DPI" function void hello(string str);
initial begin
hello("Hello SystemVerilog") ;
end
endmodule
Go to most recent revision | Compare with Previous | Blame | View Log