Fixed bug with the performance counters not updating.

This commit is contained in:
Ross Thompson 2022-12-24 14:24:17 -06:00
parent 6740624f2d
commit 0d6ce1d459

View File

@ -67,7 +67,6 @@ module csrc #(parameter
logic [4:0] CounterNumM;
(* mark_debug = "true" *) logic [`XLEN-1:0] HPMCOUNTER_REGW[`COUNTERS-1:0];
logic [`XLEN-1:0] HPMCOUNTERH_REGW[`COUNTERS-1:0];
logic InstrValidNotFlushedM;
logic LoadStallE, LoadStallM;
logic [`COUNTERS-1:0] WriteHPMCOUNTERM;
logic [`COUNTERS-1:0] CounterEvent;