How could I implement default we=true for all hw writeable fields. #215
fevredream
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For overall ppa, I would like to add we property for all hw writeable fields.
I could add we property for all fields, or regs if all sub-fields are hw writeable, individually.
Here I would like to ask if there is something l could add like a systemrdl property or a compiler-specific option for this, with less effort.
Add "default we = true;" to addrmap may result in an error for trying to assign we property to non-hw-writeable fields.
Beta Was this translation helpful? Give feedback.
All reactions