From 4c194d4e82794edc9ff4c0a190533eac7658e8eb Mon Sep 17 00:00:00 2001 From: Franz Fuchs Date: Thu, 23 Sep 2021 14:36:50 +0100 Subject: [PATCH] integrated new version of RISCV_HPM_Events done by Jess --- builds/Resources/Include_Common.mk | 6 +++--- libs/RISCV_HPM_Events | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builds/Resources/Include_Common.mk b/builds/Resources/Include_Common.mk index 6772ce0..1a51f0e 100644 --- a/builds/Resources/Include_Common.mk +++ b/builds/Resources/Include_Common.mk @@ -144,7 +144,7 @@ TagTableStructure.bsv: $(REPO)/libs/TagController/tagsparams.py generate_hpm_vector: GenerateHPMVector.bsv GenerateHPMVector.bsv: $(RISCV_HPM_Events_DIR)/parse_counters.py @echo "INFO: Re-generating GenerateHPMVector bluespec file" - $^ $(RISCV_HPM_Events_DIR)/counters.yaml Toooba -b $@ + $^ $(RISCV_HPM_Events_DIR)/counters.yaml -m ProcTypes -b $@ @echo "INFO: Re-generated GenerateHPMVector bluespec file" @@ -152,7 +152,7 @@ GenerateHPMVector.bsv: $(RISCV_HPM_Events_DIR)/parse_counters.py stat_counters: StatCounters.bsv StatCounters.bsv: $(RISCV_HPM_Events_DIR)/parse_counters.py @echo "INFO: Re-generating HPM events struct bluepsec file" - $^ $(RISCV_HPM_Events_DIR)/counters.yaml Toooba -s $@ + $^ $(RISCV_HPM_Events_DIR)/counters.yaml -m ProcTypes -s $@ @echo "INFO: Re-generated HPM events struct bluespec file" compile: tagsparams #stat_counters generate_hpm_vector @@ -166,6 +166,6 @@ clean: .PHONY: full_clean full_clean: clean rm -r -f $(SIM_EXE_FILE)* *.log *.vcd *.hex Logs/ - rm -f TagTableStructure.bsv GenerateHPMVector.bsv .depends.mk + rm -f TagTableStructure.bsv StatCounters.bsv GenerateHPMVector.bsv .depends.mk # ================================================================ diff --git a/libs/RISCV_HPM_Events b/libs/RISCV_HPM_Events index e3a1281..bf5107c 160000 --- a/libs/RISCV_HPM_Events +++ b/libs/RISCV_HPM_Events @@ -1 +1 @@ -Subproject commit e3a12815d2f680cf28c8a87e368e72955fe2611e +Subproject commit bf5107c39ce7e59c21d4372a2c349a25b0145cc4