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
d2aa228a34
commit
050fadb7ac
1 changed files with 2 additions and 1 deletions
|
@ -313,7 +313,8 @@ module VX_lsu_unit #(
|
|||
end begin
|
||||
if (mbuf_push) begin
|
||||
pending_reqs[mbuf_waddr] <= {req_wid, req_pc, $time, 1'b1};
|
||||
end else if (mbuf_pop) begin
|
||||
end
|
||||
if (mbuf_pop) begin
|
||||
pending_reqs[mbuf_raddr] <= '0;
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue