Skip to content

Feat: Comparator #568

Open
Open
@Nihal4777

Description

@Nihal4777

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 and B.
  • 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions