Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(LinkLayer): latch
linkactive*
signals before async bridge (#256)
`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.
- Loading branch information