mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
perf counter bug fix
This commit is contained in:
parent
ede5e1c311
commit
2c94e358b8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue