twinkle k
Newbie level 1
i have to write a function to generate partial products for 53*53 radix 4 multiplication.
module fun();
function[27:0][107:0]boothans;
when i declared the function like this i a getting an error 'MULTIPLE PACKED DIMENSIONS NOT ALLOWED' how do i overcome the error?
module fun();
function[27:0][107:0]boothans;
when i declared the function like this i a getting an error 'MULTIPLE PACKED DIMENSIONS NOT ALLOWED' how do i overcome the error?