-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vsync: Rename check to wait_until The check_if_done has been renamed to wait_until_done because it was technically waiting until all the timers are done. Also, made the code a bit cleaner by deleting the timer inside the wait_until_done rather than in synchronize_phys. Signed-off-by: Satyeshwar Singh <[email protected]> * combo: Moved cleanup_list to be in combo.cpp Since dpll_enabled_list is currently only used in combo.cpp, we should be cleaning up the list here as well. Also, previously, we were cleaning it up once when the entire program was exiting, but we should be doing this when we are done waiting for all the combo phy timers. Signed-off-by: Satyeshwar Singh <[email protected]> * vsync: Add register addresses for debugging purposes When printing the register names and values, it is also helpful if the register addresses are printed. Signed-off-by: Satyeshwar Singh <[email protected]> --------- Signed-off-by: Satyeshwar Singh <[email protected]> Signed-off-by: Eshe N Pickett <[email protected]> Co-authored-by: Satyeshwar Singh <[email protected]> Signed-off-by: Eshe N Pickett <[email protected]> Signed-off-by: Satyeshwar Singh <[email protected]> Co-authored-by: Jubilee Steinbrink <[email protected]> Co-authored-by: Bill Mahoney <[email protected]> Co-authored-by: Brian McGinn <[email protected]> Co-authored-by: Satyeshwar Singh <[email protected]>
- Loading branch information
1 parent
751f348
commit e061a0b
Showing
8 changed files
with
82 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,4 +38,4 @@ | |
tags | ||
.vscode | ||
vsync.code-workspace | ||
release/ | ||
release/ |
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
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
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
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