Combinator Bug or a Feature?
Posted: Wed Feb 24, 2016 5:33 pm
Here's the situation I came across recently. We have a simple counter (counting blues). The output goes to two lamps via red and green wires. Both lamps are set to Blue = 0. The lamp on the green wire lights on reset, whereas the one on the red, does not.
What I suspect is happening, is that the signal from the constant combinator (Blue = 1) propagates via red wires to the decider''s output in the same tick the decider resets . Thus. the decider's output is 0, but the signal from the constant is 1. The lamp on the green circuit reads the decider's true output, the lamp on the red circuit is temporarily confused.
The thing is, even though thisbug feature caused me some grief, I'm not sure it should be changed. As long as there's some form of documentation, this may be of some use.
Best regards, you guys are doing a great job!
What I suspect is happening, is that the signal from the constant combinator (Blue = 1) propagates via red wires to the decider''s output in the same tick the decider resets . Thus. the decider's output is 0, but the signal from the constant is 1. The lamp on the green circuit reads the decider's true output, the lamp on the red circuit is temporarily confused.
The thing is, even though this
Best regards, you guys are doing a great job!