mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
minor update
This commit is contained in:
parent
fc70bb3a4a
commit
b33a994f49
1 changed files with 1 additions and 2 deletions
|
@ -67,8 +67,7 @@ module VX_skid_buffer #(
|
|||
end else begin
|
||||
if (ready_out) begin
|
||||
use_buffer <= 0;
|
||||
end
|
||||
if (push && !pop) begin
|
||||
end else if (push && valid_out_r) begin
|
||||
assert(!use_buffer);
|
||||
use_buffer <= 1;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue