mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
minor update
This commit is contained in:
parent
22c3828bf5
commit
1e4f0fa0bd
1 changed files with 1 additions and 0 deletions
1
hw/rtl/cache/VX_cache_repl.sv
vendored
1
hw/rtl/cache/VX_cache_repl.sv
vendored
|
@ -111,6 +111,7 @@ module VX_cache_repl #(
|
|||
// Pseudo Least Recently Used replacement policy
|
||||
localparam LRU_WIDTH = `UP(NUM_WAYS-1);
|
||||
`UNUSED_VAR (repl_valid)
|
||||
`UNUSED_VAR (repl_line)
|
||||
|
||||
wire [LRU_WIDTH-1:0] plru_rdata;
|
||||
wire [LRU_WIDTH-1:0] plru_wdata;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue