Open
Description
Comparators are components that compare two binary numbers and output whether one is greater than, less than, or equal to the other.
The Comparator component should:
- Accept two multi-bit binary inputs:
A
andB
. - Produce three binary outputs:
A > B
(high if A is greater than B)A < B
(high if A is less than B)A == B
(high if A equals B)
- Allow setting a configurable bit width
Metadata
Metadata
Assignees
Labels
No labels