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 CPU mul/div unit #305

Merged
merged 3 commits into from
Apr 23, 2022
Merged

[rtl] optimize CPU mul/div unit #305

merged 3 commits into from
Apr 23, 2022

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Apr 22, 2022

Just another optimization PR. This time targeting the CPU's multiplier/divider unit (M ISA extension):

  • complete code rework
  • less area costs
  • shortened critical path
  • cleaner code

* less area costs
* shortened critical path
@stnolting stnolting added HW hardware-related optimization Make things faster, smaller and more efficient labels Apr 22, 2022
@stnolting stnolting self-assigned this Apr 22, 2022
@stnolting stnolting marked this pull request as ready for review April 22, 2022 16:04
@stnolting stnolting changed the title [rtl] reworked CPU mul/div unit [rtl] optimize CPU mul/div unit Apr 22, 2022
@stnolting stnolting merged commit a1a2197 into main Apr 23, 2022
@stnolting stnolting deleted the rework_muldiv_unit branch April 23, 2022 03:56
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