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
In https://github.com/UCDClassNitta/riscv-console/blob/main/docs/chipset.md#dma-command-register , I think it is better to specify the order of setting each field.
For example, does the instruction have to set all the fields (size and SDT) in one instruction, or can it set the size first and then the SDT?
I used a packed struct to access this register, and I get the following instructions in gcc's -O0, which is probably not going to work.