You must login before you can post a comment.
Author: MrHazard
Project access type: Public
Description:
This is my binary comparator, that compares two 4-bit binary numers (A and B) and outputs whether A=B, A>B or A<B.
I normaly like to build circuits in Minecraft, but for this "bigger" project I needed to use something quicker and easier.
Maybe this comes in handy for someone :-)
Inputs (on the left):
- Number A {A4, A3, A2, A1}
- Number B {B4, B3, B2, B1}
- chp_enb - chip enable ... When set to 1, enables the output
Outputs (on the right):
- A=B
- A>B
- A<B
Created: May 16, 2019
Updated: Jun 30, 2023
Comments