~ruther/verilog-riscv-semestral-project

ref: db85fb354b873f3ab5e5e936b4412a7d828f0ca7 verilog-riscv-semestral-project/programs/start.S -rwxr-xr-x 94 bytes
db85fb35 — Rutherther tests: fix ram and control_unit tests to match newest architecture 1 year, 5 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