-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR closes #2241. It removes peek from all the queues, making `cmd` now a 1-bit signal. Please note that the corresponding update in the documentation `queues.md` is part of #2237. One minor issue is that now that peek is removed, round robin no longer uses the group `restore_hot`, leading to unused group error. Strict still uses `restore_hot` so I can’t delete it, and if you remember gen_strict_or_rr.py is used to make both strict and round robin queues. I’ve gone ahead and turned off wellformedness in the runt file as a temporary solution because I’m not sure what would be best. What remains to be figured out is how many LUTs and cycles the old designs took versus the new. --------- Co-authored-by: Anshuman Mohan <[email protected]> Co-authored-by: Akash Dhiraj <[email protected]>
- Loading branch information
1 parent
c1b2037
commit 369e684
Showing
53 changed files
with
1,756,358 additions
and
1,756,608 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
Oops, something went wrong.