Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cpu] add execution monitor #680

Merged
merged 2 commits into from
Sep 2, 2023
Merged

[cpu] add execution monitor #680

merged 2 commits into from
Sep 2, 2023

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Sep 2, 2023

raise illegal instruction exception if a multi-cycle instruction does not complete within a bound amount of time (default = 512 cycles); used to ensure that the FPU or CFU do not stall the CPU forever just because of an implementation flaw

raise illegal instruction exception if a multi-cycle instruction does not complete without a bound amount of time (default = 512 cycles)
@stnolting stnolting added enhancement New feature or request HW hardware-related labels Sep 2, 2023
@stnolting stnolting self-assigned this Sep 2, 2023
@stnolting stnolting marked this pull request as ready for review September 2, 2023 08:27
@stnolting stnolting merged commit db6a573 into main Sep 2, 2023
8 checks passed
@stnolting stnolting deleted the execution_monitor branch September 2, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant