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?
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?