keeth
Newbie level 2
- Joined
- Mar 26, 2013
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,303
Hi..
Can we use multiple assign statements for a single condition?
for example
case(condition)
begin
a1=b1;
a2=b2;
a3=b3;
end
i tried this. there was no compilation error. Still the value was not getting assigned when running the simulation.
Is there any alternative to do this? Please help.
Can we use multiple assign statements for a single condition?
for example
case(condition)
begin
a1=b1;
a2=b2;
a3=b3;
end
i tried this. there was no compilation error. Still the value was not getting assigned when running the simulation.
Is there any alternative to do this? Please help.