In reply to chr_sue:
In reply to verif_learner:
Which tool you are using? IP-XACT is only a data format.
chr_sue, IP-XACT schema standardizes many attributes of a register, among many other things like bus interface etc. One of the element in the IP-XACT register definition is “access”.
From IP-XACT user guide -
Finally, an addressBlock can have an access element and multiple register
and registerFile elements. An access element can take the values read-write, read-only, write-only, readwriteOnce, and writeOnce
As you can see, IP-XACT does not support clear on read type. I posted this to check if there is something in IP-XACT I am missing, example some additional attribute, because clear on read is such a common register property I have come across.