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
3223a40a76
commit
a62e651b02
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ module VX_dp_ram #(
|
|||
if (write) begin
|
||||
ram[waddr] <= ram_n;
|
||||
end
|
||||
prev_write <= (| wren);
|
||||
prev_write <= write;
|
||||
prev_data <= ram[waddr];
|
||||
prev_waddr <= waddr;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue