fanwel
Full Member level 3
- Joined
- May 26, 2011
- Messages
- 178
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,298
- Activity points
- 2,878
Hai,
Can anyone justify what the different between two line codes below:
1) case cycle is
when 0l1l7 =>cp<=SXT(bm,11)+b3;
end case
2) if cycle=2 or cycle=3 then
cm<=SXT(b2,11)-b3;
end if
I'm curious the function of "l". Is it it mean by "AND" function? Thanks in advance
Can anyone justify what the different between two line codes below:
1) case cycle is
when 0l1l7 =>cp<=SXT(bm,11)+b3;
end case
2) if cycle=2 or cycle=3 then
cm<=SXT(b2,11)-b3;
end if
I'm curious the function of "l". Is it it mean by "AND" function? Thanks in advance