jmountney
Newbie level 2
- Joined
- Sep 3, 2013
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 14
Can someone please help with the behavior of the following verilog code? I am not familiar with the " : " operation folowing an " always begin " statement. Is this some form of a conditional? Thank you.
Code:
always
begin : x
@(s);
begin
........ SOME CODE .....
end
end
Last edited: