I'm trying to create a bi-directional counting circuit that toggles an SR flip-flop when the upper number is reached, causing the circuit to count down. Then, when the lower number is reached, it sets the SR Flip-Flop to count back up. When using manual switches in the simulation, it works fine. But when I try to Set or Reset the flip-flop from the output of the counter, it doesn't. Any idea what I'm doing wrong here?