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
10a8705161
commit
4570a20eee
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ module VX_stream_buffer #(
|
|||
|
||||
end else begin
|
||||
|
||||
reg [DATAW-1:0] shift_reg [1:0];
|
||||
reg [1:0] fifo_state;
|
||||
reg [1:0][DATAW-1:0] shift_reg;
|
||||
reg [1:0] fifo_state;
|
||||
|
||||
wire fire_in = valid_in && ready_in;
|
||||
wire fire_out = valid_out && ready_out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue