forked from tanchou/Verilog
Bloquer a cause du tx
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
end
|
||||
|
||||
if (rd_en && !empty) begin // OUT
|
||||
rd_ptr <= (rd_ptr + 1) % SIZE;
|
||||
rd_data <= fifo[rd_ptr];
|
||||
rd_ptr <= (rd_ptr + 1) % SIZE;
|
||||
count <= count - 1;
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user