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

GPIO cannot clear interrupt #56

Open
weils2021 opened this issue Dec 30, 2021 · 1 comment
Open

GPIO cannot clear interrupt #56

weils2021 opened this issue Dec 30, 2021 · 1 comment

Comments

@weils2021
Copy link

there is a RTL bug in /soc/gpio.v line 344 . It caused CPU can not clear GPIO interrupt
//code// if(paddr[`GPIO_ADDR_LHS:2] == GPIO_INT_LEVEL_SYNC_OFFSET)

suggetion:
//code// if(paddr[`GPIO_ADDR_LHS:2] == GPIO_INT_CLR_OFFSET )

@mballackh13
Copy link
Contributor

没有特别看明白bug的场景,能否更加具体一些,或者可以有对应的波形?

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

No branches or pull requests

2 participants