chw82
Newbie level 4
- Joined
- May 20, 2011
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,316
Hi all,
i need some help on the command below.
parameter [7:0] screen [0:7] = {8'h01, 8'h01, 8'h02, 8'h03, 8'h04, 8'h05, 8'h06, 8'h05};
the following command always show the error
Error (10709): parameter with complex/aggregate value must have a type
please advise.
i need some help on the command below.
parameter [7:0] screen [0:7] = {8'h01, 8'h01, 8'h02, 8'h03, 8'h04, 8'h05, 8'h06, 8'h05};
the following command always show the error
Error (10709): parameter with complex/aggregate value must have a type
please advise.