mirror of https://github.com/YosysHQ/picorv32.git
Disable RVC in tests/jal.S and tests/jalr.S
Signed-off-by: Claire Wolf <claire@symbioticeda.com>
This commit is contained in:
parent
e03c43ea43
commit
25c58766c3
|
@ -10,6 +10,8 @@
|
||||||
#include "riscv_test.h"
|
#include "riscv_test.h"
|
||||||
#include "test_macros.h"
|
#include "test_macros.h"
|
||||||
|
|
||||||
|
.option norvc
|
||||||
|
|
||||||
RVTEST_RV32U
|
RVTEST_RV32U
|
||||||
RVTEST_CODE_BEGIN
|
RVTEST_CODE_BEGIN
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,8 @@
|
||||||
#include "riscv_test.h"
|
#include "riscv_test.h"
|
||||||
#include "test_macros.h"
|
#include "test_macros.h"
|
||||||
|
|
||||||
|
.option norvc
|
||||||
|
|
||||||
RVTEST_RV32U
|
RVTEST_RV32U
|
||||||
RVTEST_CODE_BEGIN
|
RVTEST_CODE_BEGIN
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue