function algorithm is same.
but just input return data type different.
I want to parameterizd the function.
May someone give me a demo to show how to parameterized
function bit[5:0] a0(input bit[9:0] data);
bit[5:0] dout
【sv】 parameterized task/functions
阅读 38
2022-03-11
function algorithm is same.
but just input return data type different.
I want to parameterizd the function.
May someone give me a demo to show how to parameterized
function bit[5:0] a0(input bit[9:0] data);
bit[5:0] dout
相关推荐
精彩评论(0)