Here's what an XOR-based comparator would look like, id:2998955
If your calculation finished signal gets sparked multiple times you can add a debouncer to it, something like this id:2852763
If you XOR the carry BRAY with a desired value the BRAY will get canceled if the carry has that value. That's exactly the opposite of you want, but you can use that 1st BRAY to stop a 2nd BRAY from sparking the calculation finished signal. As soon as the carry gets the desired value the 1st BRAY will stop firing so the 2nd BRAY will get through, and presto.
something like: if carry = 0x2000000 then output=1 else output 0
I just need a signal to declare it's done
I'm having some trouble getting my new adder to send 1 single signal when it's done calculating.
so is the little bitwise logic unit
the adder and mux are individually but it's not put together
It's not fully functional
looks like it functions but no idea how i use it can you label it better