[Libre-soc-dev] Attempt to run baselines: error
Luke Kenneth Casson Leighton
lkcl at lkcl.net
Tue May 25 14:04:00 BST 2021
i've added the ability to have comments (#) in the register input
files. this has allowed me to document what the incoming
registers are for:
+# void ff_mpadsp_apply_window_float(float *synth_buf, float *window,
+# int *dither_state, float *samples,
+# ptrdiff_t incr);
+1: 0x4000 # stack pointer
+3: 0x100000 # param 1: float *sunth_buf buf
+4: 0x200000 # param 2: float *window win
+5: 0x300000 # param 3: int *dither_state &unused
+6: 0x400000 # param 3: float *samples out
+7: 1 # param 5: ptr_diff_t incr 1
More information about the Libre-soc-dev
mailing list