You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At moment, the clock runs as a counter, adding seconds, minutes and hours, but isn't possible set the hour (with hours, minutes and seconds) in the clock.
There is a simple try to implement, but it cause problems with ports (VHDL don't allows to assign the same port to two inputs)
To get the binary clock runs as a real clock, It's necessary to implement this functionality.
The text was updated successfully, but these errors were encountered:
At moment, the clock runs as a counter, adding seconds, minutes and hours, but isn't possible set the hour (with hours, minutes and seconds) in the clock.
There is a simple try to implement, but it cause problems with ports (VHDL don't allows to assign the same port to two inputs)
To get the binary clock runs as a real clock, It's necessary to implement this functionality.
The text was updated successfully, but these errors were encountered: