Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On reset, the design might not get any clocks while reset is asserted #3

Open
MichaelBell opened this issue Feb 7, 2024 · 0 comments

Comments

@MichaelBell
Copy link
Contributor

When you press the reset button, ttcontrol sends a short reset pulse.

However, many designs don't use async reset, so they will miss the reset if running at a slow frequency or clcoking manually.

I'm not sure of the best fix, but one option would be to make the reset button toggle reset on and off instead of a single pulse - then you could clock it manually if required.

Alternatively the reset could automatically send some clocks if the clock is stopped, or sleep for a long enough time for a couple of clocks to happen if the clock is running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant