function.sv 74 Bytes
Newer Older
1 2 3 4
function Function;
    input integer inp;
    return inp * 2;
endfunction