2-D array as output of a function in verilog

Status
Not open for further replies.

twinkle k

Newbie level 1
Joined
Mar 11, 2013
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,285
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?
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…