Files

5 lines
74 B
Systemverilog
Raw Permalink Normal View History

2023-08-20 13:56:03 -04:00
function Function;
input integer inp;
return inp * 2;
endfunction