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

Comments

  • 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
  • tptQuantification
    tptQuantification
    17th Apr 2023
    It's not fully functional
  • QuadRangler
    QuadRangler
    17th Apr 2023
    looks like it functions but no idea how i use it can you label it better