Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report a bug in Ibex #2167

Open
MarmikSoniTess opened this issue May 27, 2024 · 0 comments
Open

Report a bug in Ibex #2167

MarmikSoniTess opened this issue May 27, 2024 · 0 comments
Labels

Comments

@MarmikSoniTess
Copy link

MarmikSoniTess commented May 27, 2024

##Observed Behavior
<
In Makefile, line 43: ISA := rv32imcb
Error: cannot find default versions of the ISA extension b' Error:unrecognized opcode zicsr. out/seed-31356/instr_gen/asm_test/riscv_arithmetic_basic_test_0.S:5853: Error: unrecognized opcode csrrsi t0,0x340,24', extension zicsr' required out/seed-31356/instr_gen/asm_test/riscv_arithmetic_basic_test_0.S:5870: Error: unrecognized opcode csrrs sp,0x340,t6', extension zicsr' required out/seed-31356/instr_gen/asm_test/riscv_arithmetic_basic_test_0.S:5872: Error: unrecognized opcode csrrs sp,0x340,t6', extension `zicsr' required
But when I include in Makefile, line 43:ISA := rv32imc_zicsr
image (5)
image (4)

##Expected Behavior

To get all Infos and resolve the zicsr issue and get the pass results

Steps to reproduce the issue

My Environment

EDA tool and version:

Operating system:

Version of the Ibex source code:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant