forked from tanchou/Verilog
Gros patch sur la fifo et rx fifo pour gagner des tick d'horloge, uart comand fonctionne toujours pas
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