mwn1
Newbie level 3
- Joined
- May 7, 2014
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 24
Hi,
is it possible to create parameter array in verilog? for example, anything like the following
parameter[`TOTAL-1 : 0] PARAM_ARRAY = {1, 0, 0, 2}
if it is not possible, what could be the alternative solution?
Thanks in advance
is it possible to create parameter array in verilog? for example, anything like the following
parameter[`TOTAL-1 : 0] PARAM_ARRAY = {1, 0, 0, 2}
if it is not possible, what could be the alternative solution?
Thanks in advance