-
Notifications
You must be signed in to change notification settings - Fork 802
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
Unable to execute the smoke test #25826
Comments
Hmm, that's unfortunate! I'm pretty certain that this isn't completely broken (we actually run it in CI, I think). Some things to check:
|
I'm using verilator version Verilator 4.210 |
Also when I'm trying to build the software, this happens For some reason it navigates to opentitan in the opentitan directory |
About the last message, thanks for the question. I suspect that everyone locally is using the
It's a bit silly that we're searching a stupid path though. If you fancy doing some digging to figure out what's going on, that would be brilliant. |
For the previous message, can you give me the exact command you're running? (Assuming that the build didn't complete: a top-level test might take a good chunk of an hour) |
I'm not quite sure what I did but I figured out that in the manual, the steps tell you to go to $REPO_TOP before calling this query, and this query also takes you to $REPO_TOP so in one of the places I just made it so that it doesn't navigate there. |
It's this command As of now the hardware part has executed and now stuck at software test for the past 4366 seconds |
%Error: Command Failed /usr/local/bin/verilator_bin -f lowrisc_dv_chip_verilator_sim_0.1.vc -DDISABLE_PRIM_CDC_RAND_DELAY --trace --trace-fst --trace-structs --trace-params --trace-max-array 1024 --unroll-count 512 -CFLAGS \ -std=c++11\ -Wall\ -DVM_TRACE_FMT_FST\ -DVL_USER_STOP\ -DTOPLEVEL_NAME=chip_sim_tb -LDFLAGS \ -pthread\ -lutil\ -lelf -Wall --threads 4 -Wno-fatal --threads 4
make: *** [Makefile:16: Vchip_sim_tb.mk] Error 137
ERROR: Failed to build lowrisc:dv:chip_verilator_sim:0.1 : '['make']' exited with an error:
EDIT: this happens when i run both the tests
bazel test --test_tag_filters=verilator --test_output=streamed //sw/device/tests:uart_smoketest
bazel test --test_output=streamed //sw/device/tests:uart_smoketest_sim_verilator
The text was updated successfully, but these errors were encountered: