open-register-design-tool icon indicating copy to clipboard operation
open-register-design-tool copied to clipboard

How to have holding registers

Open tkafafi opened this issue 5 years ago • 0 comments

Hi, Thanks for your work on ORDT. It is very impressive and usefull tool.

I'm trying to define holding registers in RDL, and I'm not sure how to do that.

Holding registers basically keep the value written by software in a holding register until a specified update register bit is triggered, then all the holding registers make their value visible to the hardware side. For example, if I have 128 bit control bus for some analog block that I map to registers. It would be mapped to 4 32-bit holding registers that would be written by software one at a time then updated to present the full 128 bit value to the analog. The main objective is to avoid the analog seeing any unwanted intermediate values as the registers are being written.

Thanks

tkafafi avatar Feb 25 '20 00:02 tkafafi