Question: Module p1 (output reg f, input a, input b): always @* begin case ({b, a}) 2' b00: f = 1: 2' b01: f = 1:

Module p1 (output reg f, input a, input b): always @* begin case ({b, a}) 2' b00: f = 1: 2' b01: f = 1: default: f = 0: endcase end endmodule If test inputs of a = theta, b = 1 are applied to this module, what will be f? 0 1 unknown not enough information provided
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
