sv2v/test/warning/function.sv

5 lines
74 B
Systemverilog

function Function;
input integer inp;
return inp * 2;
endfunction