Skip to content
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

How to have holding registers #79

Open
tkafafi opened this issue Feb 25, 2020 · 0 comments
Open

How to have holding registers #79

tkafafi opened this issue Feb 25, 2020 · 0 comments

Comments

@tkafafi
Copy link

tkafafi commented Feb 25, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant