Skip to content

Commit

Permalink
Added printing whole trace comparison log to riscv-dv tests makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
  • Loading branch information
mkurc-ant committed Sep 28, 2023
1 parent 577d6a8 commit 9f4f52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/riscv-dv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ $(TEST_DIR)/comp_%.log: $(TEST_DIR)/$(RISCV_DV_ISS)_sim/%.csv $(SIM_DIR)/%.csv
python3 $(RISCV_DV_PATH)/scripts/instr_trace_compare.py \
--csv_file_1 $(word 1, $^) --csv_name_1 ISS --csv_file_2 $(word 2, $^) --csv_name_2 HDL \
--in_order_mode 1 --log $@ --verbose 10 --mismatch_print_limit 20
tail -n 2 $@
cat $@

# Coverage data aggregation
$(WORK_DIR)/coverage.dat:
Expand Down

0 comments on commit 9f4f52e

Please sign in to comment.