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

corev-dv rand test issue #2537

Open
vinomutty opened this issue Oct 8, 2024 · 1 comment
Open

corev-dv rand test issue #2537

vinomutty opened this issue Oct 8, 2024 · 1 comment
Labels
cv32e40p question Further information is requested

Comments

@vinomutty
Copy link

corev_rand_arithmetic_base_test & corev_rand_jump_stress_test these test cases are passing except these two testcase remaining
test case facing with same issue
ERROR:
/opt/lowrisc/lowrisc-toolchain-rv32imcb-20240206-1/bin/../lib/gcc/riscv32-unknown-elf/10.2.0/../../../../riscv32-unknown-elf/bin/ld: cannot find -lcv-verif
collect2: error: ld returned 1 exit status
make: *** [/Projects/marmik_project/hemashri.bhagavati/final/core-v-verif/mk/Common.mk:490: /Projects/marmik_project/hemashri.bhagavati/final/core-v-verif/cv32e40p/sim/uvmt/vsim_results/default/corev_rand_interrupt_exception/0/test_program/corev_rand_interrupt_exception_0.elf] Error 1

we tried with this test corev_rand_interrupt_exception this test case facing issue as cannot finding lcv_verify and shared the issue
Tried changing yaml config settings also like two passing test but facing same issue.
whether the rand in test case name need to be updated for other test case also ,because those test case name is already
mentioned with rand.

@MikeOpenHWGroup
Copy link
Member

Hi @vinomutty, thanks for your interest in CORE-V-VERIF!

Without more information it is difficult to say for certain what the trouble is. In the future, when creating an Issue, please provide the command-lines used (starting with git clone ....) and attach the entire logfile to the Issue.

It seems that the make bsp command in mk/Common.mk failed to compile the BSP to produce libcv-verif.a. This is probably because you are using a very old toolchain. When working with CORE-V-VERIF please follow the TOOLCHAIN instructions for installing the proper cross-compiler (toolchain).

Lastly, when working with the CV32E40P, please use the cv32e40p/dev branch of this repo.

@MikeOpenHWGroup MikeOpenHWGroup added question Further information is requested cv32e40p labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cv32e40p question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants