Question: 3. ( 10 points) Watch the video Differences betveen reg and wire (with caption) and answer the following questions: a. The following syntax is correct.

3. ( 10 points) Watch the video Differences betveen reg and wire (with caption) and answer the following questions: a. The following syntax is correct. True or false? Why? wire a, b; always b) b. The following syntax is correct. True or false? Why? reg a, b; assign ab; c. Wire elements can only be used to model combinational circuits. True or false? Why? d. What are the values of a, b, c after execution of the following code segment? Why? reg [3:0] a; reg [3:0] b; reg [3:e] c; initial begin c a1; end e. What are the values of a, b, c after execution of the following code segment? Why? reg [3:0] a; reg [3:0] b; reg [3:e] c; initial begin a b; end 3. ( 10 points) Watch the video Differences betveen reg and wire (with caption) and answer the following questions: a. The following syntax is correct. True or false? Why? wire a, b; always b) b. The following syntax is correct. True or false? Why? reg a, b; assign ab; c. Wire elements can only be used to model combinational circuits. True or false? Why? d. What are the values of a, b, c after execution of the following code segment? Why? reg [3:0] a; reg [3:0] b; reg [3:e] c; initial begin c a1; end e. What are the values of a, b, c after execution of the following code segment? Why? reg [3:0] a; reg [3:0] b; reg [3:e] c; initial begin a b; end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
