单项选择题

以下输出波形所对应的代码段中,空余部分所填写的时间对应的正确选项是?
`timescale 1ns/1ns
module test;
reg clk,rst;
initial begin
clk=0;
rst=1;
#___ rst=0;
#___ rst=1;
forever
begin
#___ clk=1;
#___ clk=0;
end
end
endmodule

热门 试题