← All problems

Comparator Operations

Easy · Combinational · SystemVerilog

Design a module that performs an unsigned magnitude comparison of two input values {a} and {b} and outputs whether the first input is {greater} than the second. The comparison must be combinational, producing the result within the same cycle without requiring any clock or reset.

Open this challenge in the editor →