From 564cd9c60d0f026574a96a87a6cbf8f8c038d003 Mon Sep 17 00:00:00 2001 From: Maciej Kurc Date: Thu, 28 Sep 2023 12:55:22 +0200 Subject: [PATCH] Added printing whole trace comparison log to riscv-dv tests makefile Signed-off-by: Maciej Kurc --- tools/riscv-dv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/riscv-dv/Makefile b/tools/riscv-dv/Makefile index 51352fceec6..2c1da2e7976 100644 --- a/tools/riscv-dv/Makefile +++ b/tools/riscv-dv/Makefile @@ -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: