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

Ariane bitstream generation issue #2492

Open
1 task done
HajraKamran opened this issue Sep 4, 2024 · 1 comment
Open
1 task done

Ariane bitstream generation issue #2492

HajraKamran opened this issue Sep 4, 2024 · 1 comment
Labels
notCV32A65X It is not an CV32A65X issue Type:Bug For bugs in the RTL, Documentation, Verification environment or Tool and Build system

Comments

@HajraKamran
Copy link

Is there an existing CVA6 bug for this?

  • I have searched the existing bug issues

Bug Description

hajra@merledu1:~/ariane$ make fpga
make -C corev_apu/fpga/src/bootrom BOARD=genesys2 XLEN=64 bootrom_64.sv
make[1]: Entering directory '/home/hajra/ariane/corev_apu/fpga/src/bootrom'
make[1]: /home/hajra/tools/toolchain/riscv/riscv64-unknown-linux-gnu/bin/bin/riscv-none-elf-gcc: Command not found
make[1]: *** [Makefile:67: src/main.o] Error 127
make[1]: Leaving directory '/home/hajra/ariane/corev_apu/fpga/src/bootrom'
make: *** [Makefile:734: src/bootrom/bootrom_64.sv] Error 2

I've been facing this issue and I've given the path to tool chain still the issue is not resolved.
Verilator version 4.228

@HajraKamran HajraKamran added the Type:Bug For bugs in the RTL, Documentation, Verification environment or Tool and Build system label Sep 4, 2024
@Gchauvon Gchauvon added the notCV32A65X It is not an CV32A65X issue label Sep 18, 2024
@Gchauvon
Copy link
Contributor

Your toolchain path is weird. We recommend using GCC 13.1.0. Therefore you should have a toolchain path like this : TOOLCHAIN_PATH/bin/riscv-none-elf-gcc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notCV32A65X It is not an CV32A65X issue Type:Bug For bugs in the RTL, Documentation, Verification environment or Tool and Build system
Projects
None yet
Development

No branches or pull requests

2 participants