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
software: constrain the alignment of memory-mapped registers.
Otherwise, GCC/Clang will serialize 32-bit accesses as four 8-bit
instructions. Clang will schedule them in descending order, which
violates the SoC memory model (Amaranth SoC CSRs must be accessed
in ascending order of addresses).
0 commit comments