Skip to content

Commit

Permalink
Removed comment for spike version check
Browse files Browse the repository at this point in the history
  • Loading branch information
kasun-buddhi committed Oct 7, 2024
1 parent 11c30d6 commit 661fd41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions verif/sim/cva6.py
Original file line number Diff line number Diff line change
Expand Up @@ -1174,8 +1174,8 @@ def check_spike_version():

logging.info(f"Spike Version: {user_spike_stderr_string}")

#if user_spike_stderr_string != spike_version:
# incorrect_version_exit("Spike", user_spike_stderr_string, spike_version)
if user_spike_stderr_string != spike_version:
incorrect_version_exit("Spike", user_spike_stderr_string, spike_version)


def check_verilator_version():
Expand Down

0 comments on commit 661fd41

Please sign in to comment.