Component/Equal: Difference between revisions

From Turing Complete
No edit summary
m (Gelthor moved page Equal to Component/Equal: Should be a subpage under Component)
(No difference)

Revision as of 15:44, 22 August 2024

The Equal component checks two values for equality. If the values on both inputs are the same, a or 1 response is output. If they are different, a or 0 response is output.

This component exists in 8-bit, 16-bit, 32-bit, and 64-bit varieties. In all cases, a single bit is output, regardless of how many bits are being compared.