dma mvout, double buffering & other opts

This commit is contained in:
Richard Yan
2024-04-28 01:18:51 -07:00
parent d21e7b92c7
commit 01f4a69ae9
4 changed files with 154 additions and 125 deletions

View File

@@ -102,7 +102,7 @@ init_regs:
#endif
csrr t0, VX_CSR_MHARTID
sll t1, t0, STACK_LOG2_SIZE
sll t2, t0, 2
sll t2, t0, 4
add t1, t1, t2
sub sp, sp, t1