-
Notifications
You must be signed in to change notification settings - Fork 69
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
clearing fields #247
Comments
Assign a reference to the trigger field to the target's
|
Thank you so much! |
SystemRDL natively supports interrupts and the implicit OR you describe. See section 17 of the SystemRDL 2.0 spec. They have some pretty good examples of how interrupts work. |
I have a question. In the example code, the implicit OR is done by "global_int.global_int->next = master_int->intr;" but in my case there are no global or master interrupt registers. I just have a few lower-level leaf interrupts and a top-level interrupt signal. So, can I use the same method for interrupt signal? Something like - interrupt_signal -> next = leaf_int -> intr. |
Every time a 1 is written in the w1c_another_field, the target_field gets cleared.
How do I achieve this?
The text was updated successfully, but these errors were encountered: