krishna2728
Member level 5
- Joined
- Oct 23, 2010
- Messages
- 84
- Helped
- 7
- Reputation
- 14
- Reaction score
- 6
- Trophy points
- 1,298
- Location
- bengaluru,India
- Activity points
- 1,734
Can anyone help me with this code
alway @ (*)
begin
if(en)
out <= in1 || in2;
// no else block
end
alway @ (*)
begin
if(en)
out <= in1 || in2;
// no else block
end