Introduction - If you have any usage issues, please Google them yourself
Design pattern comparator circuit: circuit input as two 8-bit unsigned binary numbers a, b and a mode control signal m circuit output is 8-bit unsigned binary number y. When when m = 0, y = MAX (a, b) and when m = 1, then y = MIN (a, b). Requires a multi-level structure design circuits that call data selector and comparators basic modules to design circuits.