Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
always
begin
#10 clk = 1; #5 clk = 0;
end
initial forever
begin
#10 clk = 1; #5 clk = 0;
end
initial #2 forever
begin
#10 clk2 = 1; #5 clk2 = 0;
end