mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-31 17:54:22 +02:00
5 lines
74 B
Systemverilog
5 lines
74 B
Systemverilog
function Function;
|
|
input integer inp;
|
|
return inp * 2;
|
|
endfunction
|