cv-frontend-vue
cv-frontend-vue copied to clipboard
Feat: Comparator
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:
AandB. - 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