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
The struct methodology works well for memory mapped registers, however sometimes FPGA registers are not memory mapped to a processor and can only be accessed via indirect addressing.
In this case it would be useful to have #defines with absolute/relative offsets of the registers instead of packed structs.
The text was updated successfully, but these errors were encountered:
The struct methodology works well for memory mapped registers, however sometimes FPGA registers are not memory mapped to a processor and can only be accessed via indirect addressing.
In this case it would be useful to have #defines with absolute/relative offsets of the registers instead of packed structs.
The text was updated successfully, but these errors were encountered: