How to have sub-circuit clock not being an input? #769
MarcinOrlowski
started this conversation in
General
Replies: 1 comment
-
This is not possible. A clock input is always a simple input if the circuit is used as a sub circuit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I got a circuit that drives four 7-segment LED displays. It uses multiplexing so I have additional clock (say plex-clock) to cycle thru all displays. But when I want to use circuit as sub-circuit,
Digital
forces me to provide plex-clock from outside which I do not like really (and yes, I did notice it is calledclock input
). My question: is there any way to have plex-clock hidden?Beta Was this translation helpful? Give feedback.
All reactions