-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix vid not consider result_queue_full
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
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
cb8b55d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've observed that the iteration_count register is being updated continuously, potentially leading to data loss when the result_queue is full. As seen in the highlighted section of the figure, the alu_result_vm continues to generate results while the result_queue is already saturated. To mitigate this issue, I suggest incorporating the result_queue_full signal into the logic that updates the iteration_count_d register