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

optimize CPU's control logic #636

Merged
merged 2 commits into from
Jun 24, 2023
Merged

optimize CPU's control logic #636

merged 2 commits into from
Jun 24, 2023

Conversation

stnolting
Copy link
Owner

  • code clean-up and optimization - slightly less hardware requirements
  • optimize branch "prediction" - branches are processed more efficiently (faster)
  • closed further illegal instruction word detection holes (invalid funct3 for branches)

@stnolting stnolting added HW hardware-related optimization Make things faster, smaller and more efficient labels Jun 24, 2023
@stnolting stnolting self-assigned this Jun 24, 2023
@stnolting stnolting marked this pull request as ready for review June 24, 2023 16:10
@stnolting stnolting merged commit 786dac2 into main Jun 24, 2023
8 checks passed
@stnolting stnolting deleted the cpu_ctrl_optimization branch June 24, 2023 16:30
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