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

[rtl] optimize instruction fetch #387

Merged
merged 4 commits into from
Aug 18, 2022
Merged

[rtl] optimize instruction fetch #387

merged 4 commits into from
Aug 18, 2022

Conversation

stnolting
Copy link
Owner

This PR optimizes the CPU's front end (instruction fetch). The modified instruction fetch now uses all of the IPB FIFO (instruction prefetch buffer) instead of just 50%.

@stnolting stnolting added HW hardware-related optimization Make things faster, smaller and more efficient labels Aug 17, 2022
@stnolting stnolting self-assigned this Aug 17, 2022
@stnolting stnolting marked this pull request as ready for review August 17, 2022 15:05
@stnolting stnolting merged commit f4c986b into main Aug 18, 2022
@stnolting stnolting deleted the if_optimization branch August 18, 2022 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HW hardware-related optimization Make things faster, smaller and more efficient
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant