Skip to content

Commit

Permalink
check spike version in cva6.py (#2654)
Browse files Browse the repository at this point in the history
Spike version check seems to have been commented by mistake, this pr fixes it
  • Loading branch information
valentinThomazic authored Dec 5, 2024
1 parent f7eb9c1 commit 5ff6b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verif/sim/cva6.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ def check_verilator_version():

def check_tools_version():
check_cc_version()
# check_spike_version()
check_spike_version()
check_verilator_version()


Expand Down

0 comments on commit 5ff6b2d

Please sign in to comment.