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

Add read to clean IRQ of HLS kernels #345

Merged
merged 1 commit into from Jan 13, 2023
Merged

Conversation

tsmk94
Copy link
Contributor

@tsmk94 tsmk94 commented Jan 13, 2023

Recently, Vitis HLS change the mode of the Interrupt Status Register from TOW to COR, which requires us to also read from that register to clear an interrupt... However, we also need to keept the write due to backwards compatibility :(

Recently, Vitis HLS change the mode of the Interrupt Status Register from TOW to COR, which
requires us to also read from that register to clear an interrupt... However, we also need
to keept the write due to backwards compatibility :(
@tsmk94 tsmk94 requested a review from cahz January 13, 2023 14:44
@tsmk94 tsmk94 merged commit e8b82b5 into develop Jan 13, 2023
@tsmk94 tsmk94 deleted the feature/fix-hls-irq-clear branch January 13, 2023 15:04
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.

None yet

2 participants