sunidrak
Full Member level 1
- Joined
- Apr 12, 2012
- Messages
- 97
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,288
- Location
- Bengaluru, India
- Activity points
- 1,738
Hi
I have a test bench for some DUT, In that this code is written
initial
begin
RESET = 'b1;
#10 RESET = 'b0;
#10 @(posedge clk)
RESET = 'b1;
end
can any body please explain the use of #10 @(posedge clk) line ?
Does it mean to apply the reset for at-least 1 clk cycle ?
Regards
SUNIL
I have a test bench for some DUT, In that this code is written
initial
begin
RESET = 'b1;
#10 RESET = 'b0;
#10 @(posedge clk)
RESET = 'b1;
end
can any body please explain the use of #10 @(posedge clk) line ?
Does it mean to apply the reset for at-least 1 clk cycle ?
Regards
SUNIL