mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
Merge branch 'fpga_synthesis' of https://github.gatech.edu/casl/Vortex into fpga_synthesis
This commit is contained in:
commit
7e5fed3ec1
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