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 cleanups and optimizations #843

Merged
merged 9 commits into from Mar 10, 2024
Merged

rtl cleanups and optimizations #843

merged 9 commits into from Mar 10, 2024

Conversation

stnolting
Copy link
Owner

  • thanks o @mikaelsky the FPU is now in "beta" state
  • fix minor corner case bug: HW trigger did not fire when an interrupt triggers at the same time
  • optimize and clean-up generic cache module (still not used yet)
  • minor rtl comment edits and code cleanups

- fix direct access address detection logic
- use a real bus switch: buffer direct access requests in case a cache flush is in progress
fix a minor corner case bug: if the hw trigger fires at the same time as an interrupt the hw trigger should trigger the resulting trap
@stnolting stnolting added HW hardware-related optimization Make things faster, smaller and more efficient coding-style Related to the HW/SW coding style labels Mar 10, 2024
@stnolting stnolting self-assigned this Mar 10, 2024
@stnolting stnolting marked this pull request as ready for review March 10, 2024 11:50
@stnolting stnolting merged commit 46baf5a into main Mar 10, 2024
10 checks passed
@stnolting stnolting deleted the dev090324 branch March 10, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coding-style Related to the HW/SW coding style 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