perf counter bug fix

This commit is contained in:
Blaise Tine 2023-11-15 00:52:39 -08:00
parent ede5e1c311
commit 2c94e358b8

View file

@ -267,7 +267,7 @@ module VX_core import VX_gpu_pkg::*; #(
wire [`CLOG2(DCACHE_NUM_REQS+1)-1:0] perf_dcache_rsp_per_cycle;
wire perf_icache_pending_read_cycle;
wire [1:0] perf_icache_pending_read_cycle;
wire [`CLOG2(DCACHE_NUM_REQS+1)+1-1:0] perf_dcache_pending_read_cycle;
reg [`PERF_CTR_BITS-1:0] perf_icache_pending_reads;