-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dv] Fix race condition in ibex_mem_intf_agent
Previous code working with clocking blocks synced to the raw clock event. Instead they should sync to the clocking block event. This ensures the values being read are the latest values rather than a cycle old. In particular for ibex_mem_intf_agent this meant it was unable to produce a single cycle response to any memory transaction. With this fix these are now observed.
- Loading branch information
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters