ya_montazar
Member level 2
- Joined
- Feb 24, 2014
- Messages
- 47
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 342
hi,
Is it possible to put the case-when like this:
Is it possible to put the case-when like this:
Code:
case my_signal is
when x"01" =>
...
when x"02" =>
....
when x"05" =>
....
when x"03" =>
....
when others =>
...
end case;