Assuming B is driven by the simulator command: force B 0 0, 1 10, 0 15, 1

Question:

Assuming B is driven by the simulator command:
force B 0 0, 1 10, 0 15, 1 20, 0 30, 1 35
Draw a timing diagram illustrating A, B, and C if the following concurrent statements are executed:
always @(B)
begin
A = #5 B;
end
assign
#8 C = B;

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Digital Systems Design Using Verilog

ISBN: 978-1285051079

1st edition

Authors: Charles Roth, Lizy K. John, Byeong Kil Lee

Question Posted: