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

Commits on Sep 25, 2024

  1. fix(LinkLayer): latch linkactive* signals before async 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 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9a4d742 View commit details
    Browse the repository at this point in the history