timescale1 ns / 1 ps module TEST gate; reg[1:0]a,b; initial begin a-2'b00; #10 b-2'bll; #10 a-2'bll; end initial begin b-2'b00; #40 a-2'b01; end initial #60 Cfinish; endmodule Which of the following...

I need the answer as soon as possibletimescale1 ns / 1 ps<br>module TEST gate;<br>reg[1:0]a,b;<br>initial begin<br>a-2'b00; #10<br>b-2'bll; #10<br>a-2'bll;<br>end<br>initial begin<br>b-2'b00; #40<br>a-2'b01;<br>end<br>initial<br>#60 Cfinish;<br>endmodule<br>Which of the following correctly represents the values of

Extracted text: timescale1 ns / 1 ps module TEST gate; reg[1:0]a,b; initial begin a-2'b00; #10 b-2'bll; #10 a-2'bll; end initial begin b-2'b00; #40 a-2'b01; end initial #60 Cfinish; endmodule Which of the following correctly represents the values of "a" and "b" at the 40th nanosecond according to the above verilog code?

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here