-
Notifications
You must be signed in to change notification settings - Fork 611
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[util] Add a withShadowLayer Queue (#4589)
Add methods to `Queue` and `Queue$` that can be used for creating "shadow" queues. These are queues that are tracking other, auxiliiary data not in the original queue and may possibly be instantiated elsewhere in the design. This is added in support of a design verification use case of building "shadow pipelines" that track additional information about the execution of some complicated pipeline (e.g., an out-of-order datapath) to expose this information to tests or as part of debugging the pipeline. Signed-off-by: Schuyler Eldridge <[email protected]>
- Loading branch information
Showing
2 changed files
with
161 additions
and
0 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