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(LinkLayer): latch linkactive* signals before async bridge #256

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

linjuanZ
Copy link
Member

txlinkactivereq and rxlinkactiveack should be driven by cpu clock and will cross NoC clock in the asynchronous bridge therefore should not be generated by combination logics. This commit makes sure that such signals are latched before transmitted to the asynchronous bridge.

`txlinkactivereq` and `rxlinkactiveack` should be driven by cpu clock
and will cross NoC clock in the asynchronous bridge therefore should not
be generated by combination logics. This commit makes sure that such
signals are latched before transmitted to the asynchronous bridge.
@linjuanZ linjuanZ marked this pull request as ready for review September 25, 2024 06:51
@Kumonda221-CrO3 Kumonda221-CrO3 merged commit 2f63bfe into master Sep 25, 2024
1 check passed
@Kumonda221-CrO3 Kumonda221-CrO3 deleted the fix-linkmonitor branch September 25, 2024 06:58
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