Slide digits

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Slide digits

Jacob Zimmerman
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.