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
cefd0d85af
commit
e1b4862f85
1 changed files with 0 additions and 1 deletions
1
hw/rtl/cache/VX_snp_forwarder.v
vendored
1
hw/rtl/cache/VX_snp_forwarder.v
vendored
|
@ -75,7 +75,6 @@ module VX_snp_forwarder #(
|
|||
rd_ptr <= 0;
|
||||
wr_ptr <= 0;
|
||||
pending_size <= 0;
|
||||
fwdin_sel <= 0;
|
||||
end else begin
|
||||
if (enqueue) begin
|
||||
pending_reqs[wr_ptr] <= {snp_req_addr, snp_req_tag};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue