Skip to content

Commit

Permalink
Merge pull request #2160 from ThalesSiliconSecurity/fix-spike-in-ci
Browse files Browse the repository at this point in the history
fix random spike crash in CI
  • Loading branch information
JeanRochCoulon authored Sep 2, 2023
2 parents f749a58 + 96056e5 commit 8d6b8e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cva6/sim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ endif
# Spike specific commands, variables
###############################################################################
spike:
$(tool_path)/spike $(spike_stepout) $(spike_extension) --log-commits --isa=$(variant) -l $(elf)
LD_LIBRARY_PATH="$$(realpath ../../tools/spike/lib):$$LD_LIBRARY_PATH" \
$(tool_path)/spike $(spike_stepout) $(spike_extension) --log-commits --isa=$(variant) -l $(elf)
cp $(log).iss $(log)

###############################################################################
Expand Down

0 comments on commit 8d6b8e1

Please sign in to comment.