diff options
| author | Robert Norton | 2018-12-20 13:49:39 +0000 |
|---|---|---|
| committer | Robert Norton | 2018-12-20 13:49:49 +0000 |
| commit | d99dd3833e8ebf89c586cc5316582a3c62ad7997 (patch) | |
| tree | 299db5be7850c3ae72403e4c1252562790d91d1d /riscv/reset_vec.S | |
| parent | 7524c25b16a4e393a17acde8b20f6a42d30d0f94 (diff) | |
RISVC model is now at https://github.com/rems-project/sail-riscv . Remove it and tests.
Diffstat (limited to 'riscv/reset_vec.S')
| -rw-r--r-- | riscv/reset_vec.S | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/riscv/reset_vec.S b/riscv/reset_vec.S deleted file mode 100644 index 526bbc79..00000000 --- a/riscv/reset_vec.S +++ /dev/null @@ -1,12 +0,0 @@ -.global _start - -.text - -_start: - auipc t0, 0x0 - addi a1, t0, 32 - csrr a0, mhartid - ld t0, 24(t0) - jr t0 -.short 0x0000 -.word 0x00000000, 0x80000000 |
