Skip to content

Commit

Permalink
[Issue riscv-non-isa#33] rv32si/ma_fetch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
debs-sifive committed Feb 6, 2019
1 parent 8dac5e5 commit 248c633
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2019-02-05 Deborah Soung <debs@sifive.com>
* [Issue #33] rv32si/ma_fetch fix

2019-02-01 Lee Moore <moore@imperas.com>
* updated Infrastructure macros to support non-volatile registers
* updated riscvOVPsim
Expand Down
3 changes: 3 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2019-02-05 Deborah Soung <debs@sifive.com>
* README.adoc: Update documentation for rocket chip as target (fixed rv32si/ma_fetch.S).

2019-01-29 Deborah Soung <debs@sifive.com>
* README.adoc: Documentation for rocket chip as target.

Expand Down
2 changes: 1 addition & 1 deletion doc/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ Additional environment variables:

Before running the compliance test, make sure that the correct emulator is built, following the link:https://github.com/freechipsproject/rocket-chip#emulator[instructions in the Rocket Chip repository].

**Note**: Rocket Chip's `DefaultRV32Config` is currently failing the following tests — link:https://github.com/riscv/riscv-compliance/issues/31[rv32i/I-MISALIGN_JMP-01.S], link:https://github.com/riscv/riscv-compliance/issues/32[rv32mi/breakpoint.S], link:https://github.com/riscv/riscv-compliance/issues/33[rv32si/ma_fetch.S].
**Note**: Rocket Chip's `DefaultRV32Config` is currently failing the following tests — link:https://github.com/riscv/riscv-compliance/issues/31[rv32i/I-MISALIGN_JMP-01.S], link:https://github.com/riscv/riscv-compliance/issues/32[rv32mi/breakpoint.S].

=== SiFive Freedom Unleashed 540 board (tbd)

Expand Down
2 changes: 1 addition & 1 deletion riscv-test-suite/rv32si/rv64si/ma_fetch.S
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ stvec_handler:
bne a0, t0, fail
1:

addi a1, a1, 12
addi a1, a1, 8
csrw sepc, a1
sret

Expand Down

0 comments on commit 248c633

Please sign in to comment.