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

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter18: Stacks And Queues
Section: Chapter Questions
Problem 11SA
icon
Related questions
Question
I need the answer as soon as possible
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?
Transcribed Image 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?
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Fundamentals of Computer System
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning