V
very_very_log
Guest
Can anybody tell me the meaning of the following line in verilog :
always @(changed myvar) #10;
Please do not worry about the context.
I need to undertand mainly the use of the word "changed"
(The literal use of the word (keyword ?) here)
Is it correct verilog (or SysVlog) ?
always @(changed myvar) #10;
Please do not worry about the context.
I need to undertand mainly the use of the word "changed"
(The literal use of the word (keyword ?) here)
Is it correct verilog (or SysVlog) ?