|
So, for fun, I'm doing a hardware simulation that slides the digits over by 1.
ex. 0100 become 1000
Is there any way to tie output pins directly to input pins? Otherwise, I just created a To() gate that double NOTs it on it's way through and used that.
|