mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
bb9ae8576d
commit
230b29de6f
2 changed files with 2 additions and 1 deletions
1
hw/rtl/cache/VX_cache_bank.sv
vendored
1
hw/rtl/cache/VX_cache_bank.sv
vendored
|
@ -257,6 +257,7 @@ module VX_cache_bank #(
|
|||
if (UUID_WIDTH != 0) begin
|
||||
assign flush_tag = {flush_uuid, (TAG_WIDTH-UUID_WIDTH)'(1'b0)};
|
||||
end else begin
|
||||
`UNUSED_VAR (flush_uuid)
|
||||
assign flush_tag = '0;
|
||||
end
|
||||
|
||||
|
|
|
@ -152,7 +152,7 @@ module VX_decode import VX_gpu_pkg::*; #(
|
|||
|
||||
always @(*) begin
|
||||
|
||||
ex_type = '0;
|
||||
ex_type = 'x;
|
||||
op_type = 'x;
|
||||
op_args = 'x;
|
||||
rd_v = '0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue