Question: module sample (a, b, c, d); input [1:0] a, b; output [1:0] c, d; wire z; assign a=2b11 assign z=&a assignc=a+z assignd=az endmodule What is
module sample (a, b, c, d); input [1:0] a, b; output [1:0] c, d; wire z; assign a=2b11 assign z=&a assignc=a+z assignd=az endmodule What is the output value of c ? What is the output value of d ? module sample (a, b, c, d); input [1:0] a, b; output [1:0] c, d; wire z; assign a=2b11 assign z=&a assignc=a+z assignd=az endmodule What is the output value of c ? What is the output value of d
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
