
Page 2 of 2 Q2. Following structural modeling, write one Verilog mod Use the below of ule for the Boolean fu nction F = (A+ B),C nstances of “and”, “or” and “not” modules inside yo df”, ror” and “not’ modules inside your module. [4points] module and (input a, b, module or (input a, b, module not (input a y) output y): output y) output ~a; assign y = a &