mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-01 10:06:19 +02:00
5 lines
74 B
Systemverilog
5 lines
74 B
Systemverilog
function Function;
|
|
input integer inp;
|
|
return inp * 2;
|
|
endfunction
|