~ruther/verilog-riscv-semestral-project

ref: 34b74f067674498d19ea3797dfaa3330ce1514f0 verilog-riscv-semestral-project/programs/start.S -rwxr-xr-x 94 bytes
34b74f06 — Rutherther tests: add python test environment for custom tests 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
.global _start

.text
_start:
    addi sp, x0, 1020
    call main
loop:
    ebreak
    j loop
Do not follow this link