#is there a chip that outputs if 1 out of 2 bools are true?

30 messages · Page 1 of 1 (latest)

final patio
#

You could use 2 if statements, not sure about one single chip though.

#

Did a quick google search, xor would do what you want to do, but I’m not sure if it’s in the pallete.

terse vapor
#

wouldn't it be or?

#

@fossil lantern equals running into a not chip

#

the two inputsvare the bools

winged sphinx
#

Or

#

Outputs true if one is true

winged sphinx
#

Oh yeah then nor

quartz lava
# winged sphinx Oh yeah then nor

but they want it to output true if either or is true, but not it both are true, so Xor? (OR both inputs, NAND both inputs, AND OR and NAND is result)

terse vapor
#

equals not RRtroll

#

gottem

quartz lava
terse vapor
#

well the "real way" is stupid 😡
jk

vagrant sluice
#

Bruh you can use the first bool wire it to AND and wire the second bool to NOT and then wire to the AND

violet nacelle
#

Nor

terse vapor
#

they're asking for a xor, which is equals not RRwah

#

maybe they are

#

0 0 = 0
1 0 = 1
0 1 = 1
1 1 = 0

#

this is xor

#

0 0 = 1
1 0 = 0
0 1 = 0
1 1 = 0

#

this is nor

violet nacelle
#

why dont we have Xor and Xnor lol

terse vapor
#

we're just nerds lol

terse vapor
violet nacelle
terse vapor
#

wait so if value uses only a bit of cpu?

#

I'ma test it out asap

violet nacelle
#

It either uses the same amount or less than logic chips