You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to use ordt to generate C header files from our SystemRDL files for people who are writing C and C++ drivers for our hardware.
We would like to have defines for each address offset (and struct style too), field msb and lsb and width at least. I can provide test-cases (input and expected output), if somebody is willing to work on this.
The text was updated successfully, but these errors were encountered:
Yes, headers are std way of handling reg info in drivers - send test-cases and will put it in queue. Also recommend looking at cppdrvmod output option if your drivers are C++ - does the conversion from path to address and extracts field info, and has has ability to handle incremental changes between chip revs or reused reg spaces.
We would like to use ordt to generate C header files from our SystemRDL files for people who are writing C and C++ drivers for our hardware.
We would like to have defines for each address offset (and struct style too), field msb and lsb and width at least. I can provide test-cases (input and expected output), if somebody is willing to work on this.
The text was updated successfully, but these errors were encountered: