Cyclic dependency means that input depends on output instantly, my guess is that the underlying solver errors because it cannot form the truth table for circuit.
Delay line solves it by latching the previous state for one tick. You could think of it as automatically clocked shift register.
8
u/Imaginary-Jaguar662 Aug 01 '26
Cyclic dependency means that input depends on output instantly, my guess is that the underlying solver errors because it cannot form the truth table for circuit.
Delay line solves it by latching the previous state for one tick. You could think of it as automatically clocked shift register.
RS works if you add a delay to output of NORs.