(Solved):
Implement, in Verilog HDL, a combinational logic circuit which takes in two 3-bit numbers, A and B ...
Implement, in Verilog HDL, a combinational logic circuit which takes in two 3-bit numbers, A and B as input and returns a 3-bit result, F such that: F=????A,A>BB,A<B0,A=B? Your design must be implemented in NAND gates with a fan-in of three.