Disclaimer, I'm a total electronics/circuit noob so sorry if this is really simple! But I've just built a 4-bit less-than comparator in CircuitVerse (outputs whether A < B), and I want to use a 1-bit input to signal whether the inputs are signed or unsigned (so an input of 1 will mean it's signed).
The project prompt I'm following says that for signed comparison you just need to negate the data inputs to the highest order comparator. But how exactly would I do this using CircuitVerse?
I understand I have a 1-bit input block, and when it's 1 I need to negate A3 and B3 (the highest order inputs, going from A0,B0 -> A3,B3) so I'll need 2 not-gates. I just don't understand how to route the 2 highest order bits through the signed bits, so that they only negate when the signed bit is 1.