~ruther/verilog-riscv-semestral-project

732301c9f816051cb1b7937d011d3b21d10f68c2 — Rutherther 1 year, 5 months ago 32388b7
chore: move inital sp to 1020
1 files changed, 3 insertions(+), 3 deletions(-)

M programs/start.S
M programs/start.S => programs/start.S +3 -3
@@ 2,8 2,8 @@

.text
_start:
    addi sp, x0, 124
    addi sp, x0, 1020
    call main
_loop:
loop:
    ebreak
    j _loop
    j loop

Do not follow this link