20+ câu trắc nghiệm Thiết kế hệ thống số dùng HDL có đáp án

The following code segment generates a periodic clock signal “clk” with time period: initial clk = 1’b1; always #10 clk = ~clk;

9/21

The following code segment generates a periodic clock signal “clk” with time period:

initial clk = 1’b1;

always #10 clk = ~clk;

None of these

10

20

30

Giải thích

Chọn đáp án C.