mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 22:07:41 -04:00
minor updates
This commit is contained in:
parent
fa5592be22
commit
ceae724207
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module VX_pending_size #(
|
||||||
always @(posedge clk) begin
|
always @(posedge clk) begin
|
||||||
if (reset) begin
|
if (reset) begin
|
||||||
used_r <= 0;
|
used_r <= 0;
|
||||||
empty_r <= 0;
|
empty_r <= 1;
|
||||||
full_r <= 0;
|
full_r <= 0;
|
||||||
end else begin
|
end else begin
|
||||||
assert(!push || !full);
|
assert(!push || !full);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue