aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>2020-04-23 18:00:51 +0200
committerClaire Wolf <claire@symbioticeda.com>2020-04-23 18:00:51 +0200
commit25c58766c38a38264711804552194112ebf23f35 (patch)
tree9fd271ed6ae638d3f30e8525b3340bebac10dc30
parente03c43ea4392c2f87d7ebf23656a60ed8cda185b (diff)
downloadpicorv32-25c58766c38a38264711804552194112ebf23f35.tar.gz
picorv32-25c58766c38a38264711804552194112ebf23f35.zip
Disable RVC in tests/jal.S and tests/jalr.S
Signed-off-by: Claire Wolf <claire@symbioticeda.com>
-rw-r--r--tests/jal.S2
-rw-r--r--tests/jalr.S2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/jal.S b/tests/jal.S
index 742abac..38a1c76 100644
--- a/tests/jal.S
+++ b/tests/jal.S
@@ -10,6 +10,8 @@
#include "riscv_test.h"
#include "test_macros.h"
+.option norvc
+
RVTEST_RV32U
RVTEST_CODE_BEGIN
diff --git a/tests/jalr.S b/tests/jalr.S
index ebe3731..52117ab 100644
--- a/tests/jalr.S
+++ b/tests/jalr.S
@@ -10,6 +10,8 @@
#include "riscv_test.h"
#include "test_macros.h"
+.option norvc
+
RVTEST_RV32U
RVTEST_CODE_BEGIN