Skip to content

Commit

Permalink
Remove zicntr from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioOpenHWGroup committed Apr 4, 2024
1 parent c021a74 commit 70831bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verif/sim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ endif
###############################################################################
spike:
LD_LIBRARY_PATH="$$(realpath ../../tools/spike/lib):$$LD_LIBRARY_PATH" \
$(tool_path)/spike $(spike_stepout) $(spike_extension) --log-commits --isa=$(variant)_zicntr --priv=$(priv) $(spike_params) -l $(elf)
$(tool_path)/spike $(spike_stepout) $(spike_extension) --log-commits --isa=$(variant) --priv=$(priv) $(spike_params) -l $(elf)
cp $(log).iss $(log)

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

0 comments on commit 70831bb

Please sign in to comment.