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

Faster mul/div operations #240

Merged
merged 3 commits into from
Dec 14, 2021
Merged

Faster mul/div operations #240

merged 3 commits into from
Dec 14, 2021

Conversation

stnolting
Copy link
Owner

This PR improves the CPU's MULDIV co-processor and is another optimization of #238:

  • divisions are 1 cycle faster
  • fast multiplications (using DPS blocks, enabled by FAST_MUL_EN generic) are 1 cycles faster
  • slightly reduced resource utilization

* divisions are 1 cycle faster
* fast multiplications (when using DSPs) are 1 cycle faster
@stnolting stnolting added the HW hardware-related label Dec 14, 2021
@stnolting stnolting self-assigned this Dec 14, 2021
@stnolting stnolting marked this pull request as ready for review December 14, 2021 12:40
@stnolting stnolting merged commit 8fc1795 into master Dec 14, 2021
@stnolting stnolting deleted the faster_muldiv branch December 14, 2021 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant