mirror of https://github.com/zachjs/sv2v.git
5 lines
74 B
Systemverilog
5 lines
74 B
Systemverilog
|
|
function Function;
|
||
|
|
input integer inp;
|
||
|
|
return inp * 2;
|
||
|
|
endfunction
|