tptQuantification
tptQuantification
25 / 0
17th Apr 2023
19th July
No Description provided.
math electronics computer showcase calculator logic gate gates arithmatic

Comments

  • tptQuantification
    tptQuantification
    17th Apr 2023
    @Jerehmia XOR solution implimented on the adder!
  • tptQuantification
    tptQuantification
    17th Apr 2023
    @Jerehmia I've had trouble with that mechanic while doing completely unrelated things, but, actually USING that mechanic sounds amazingly useful. thankyou for the suggestions as always. and It does get sprked multiple times, so either would work?
  • Jerehmia
    Jerehmia
    17th Apr 2023
    Here's what an XOR-based comparator would look like, id:2998955
  • Jerehmia
    Jerehmia
    17th Apr 2023
    If your calculation finished signal gets sparked multiple times you can add a debouncer to it, something like this id:2852763
  • Jerehmia
    Jerehmia
    17th Apr 2023
    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.
  • tptQuantification
    tptQuantification
    17th Apr 2023
    something like: if carry = 0x2000000 then output=1 else output 0
  • tptQuantification
    tptQuantification
    17th Apr 2023
    I just need a signal to declare it's done
  • tptQuantification
    tptQuantification
    17th Apr 2023
    I'm having some trouble getting my new adder to send 1 single signal when it's done calculating.
  • tptQuantification
    tptQuantification
    17th Apr 2023
    so is the little bitwise logic unit
  • tptQuantification
    tptQuantification
    17th Apr 2023
    the adder and mux are individually but it's not put together