We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6795c25 commit a9c04a4Copy full SHA for a9c04a4
rtl/axis_async_fifo.v
@@ -280,7 +280,7 @@ end
280
always @* begin
281
write = 1'b0;
282
283
- drop_frame_next = 1'b0;
+ drop_frame_next = drop_frame_reg;
284
overflow_next = 1'b0;
285
bad_frame_next = 1'b0;
286
good_frame_next = 1'b0;
rtl/axis_fifo.v
@@ -204,7 +204,7 @@ assign status_good_frame = good_frame_reg;
204
205
206
207
208
209
210
0 commit comments