update fifo files

This commit is contained in:
Imants Pulkstenis
2019-11-21 21:02:10 +02:00
parent 681d20fbf4
commit acef4ab3f2
4 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ module read_pointer(
reg [4:0] rptr;
assign fifo_rd = (~fifo_empty)& rd;
assign fifo_rd = (~fifo_empty) & rd;
always @(posedge clk or negedge rst_n)
begin