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
cd97945d0d
commit
0ed589a3bf
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ module VX_fifo_queue #(
|
|||
.rdata (dout)
|
||||
);
|
||||
|
||||
wire going_empty = (ALM_EMPTY == 1) ? alm_empty : (size[ADDRW] == ADDRW'(1));
|
||||
wire going_empty = (ALM_EMPTY == 1) ? alm_empty : (size[ADDRW-1:0] == ADDRW'(1));
|
||||
|
||||
always @(posedge clk) begin
|
||||
if (push && (empty || (going_empty && pop))) begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue