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

Fix TileResetCtrl to be ahead of reset synchronizers. #826

Merged
merged 3 commits into from
Mar 13, 2021

Conversation

jerryz123
Copy link
Contributor

This PR moves the TileResetCtrl registers to be ahead of the reset synchronizers. The TileResetCtrl registers emit an async reset that a downstream synchronizer should catch and sync.
Additionally, this gives the TileResetCtrl registers the async reset coming directly from ChipTop, through a new AsyncResetBroadcast mini network.
While in theory the ChipTop async reset can be broadcast through the same diplomacy graph as the clocks, I think that approach is a bit confusing. When we expect the async reset to be coming directly from ChipTop, the code should make it clear that that is what is happening.

Type of change: bug fix

Impact: rtl change

Copy link
Contributor

@davidbiancolin davidbiancolin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Contributor

@colinschmidt colinschmidt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jerryz123 jerryz123 merged commit f52822f into dev Mar 13, 2021
@jerryz123 jerryz123 deleted the tile-reset-async branch November 3, 2021 06:50
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

Successfully merging this pull request may close these issues.

3 participants