Skip to content

[arch/memdomain] fix: resolve ther bug of CI TEST#21

Merged
Mikemy666 merged 1 commit intoDangoSys:mainfrom
Mikemy666:main
Dec 19, 2025
Merged

[arch/memdomain] fix: resolve ther bug of CI TEST#21
Mikemy666 merged 1 commit intoDangoSys:mainfrom
Mikemy666:main

Conversation

@Mikemy666
Copy link
Copy Markdown
Contributor

DMA overwrite the acc part instead of accumulate on it

Copilot AI review requested due to automatic review settings December 19, 2025 04:09
@Mikemy666 Mikemy666 merged commit d4c5ad6 into DangoSys:main Dec 19, 2025
3 of 4 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug where DMA writes were incorrectly configured to accumulate data instead of overwriting it. The fix ensures that DMA operations always perform direct overwrites, while execution unit operations retain their ability to accumulate when needed.

Key changes:

  • Fixed the is_acc flag assignment for DMA writes to always be false.B instead of using main_isacc_sel
  • Removed obsolete commented-out code for accumulator read/write interfaces

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants