How to map write-only and read-only onto one field #254
Answered
by
amykyta3
xinwu-cyber
asked this question in
Q&A
-
Hello everyone, I'm not sure if this design is valid in SystemRDL, just want to map write-only and read-only onto one field. for example, write to my_reg.sw_set to trigger hardware action, and read my_reg.hw_status to get the hardware status, and they are mapping on same field.
|
Beta Was this translation helpful? Give feedback.
Answered by
amykyta3
Apr 9, 2025
Replies: 1 comment 1 reply
-
Yes this is valid SystemRDL. As long as the software access properties do not conflict, fields and registers are allowed to overlap. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xinwu-cyber
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes this is valid SystemRDL. As long as the software access properties do not conflict, fields and registers are allowed to overlap.