any provision of signal attributes in verilog ?

Status
Not open for further replies.

nagu guptha

Junior Member level 2
Joined
Dec 5, 2008
Messages
21
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,410
verilog...

Do we have any provision of signal attributes in verilog, like 'event in vhdl.
Is it possible to check positive edge of clock in behavioural statements like TASK and conditional IF statements.
please do reply.....
 

verilog...

'event is similar to @ in Verilog.

@(posedge signal);

Will wait for a postive edge on signal. This can be used in tasks.
 

Re: verilog...

Thank you for replying......,it was a useful information.
 

verilog...

that is right!
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…