Skip to content
Snippets Groups Projects
Commit 9ef8d848 authored by dwf1m12's avatar dwf1m12
Browse files

block RX until RX-enable set

parent 049294a8
No related branches found
No related tags found
No related merge requests found
......@@ -449,7 +449,7 @@ assign write_enable10 = write_enable & (PADDR[11:2] == 10'h004);
rx_buf_full <= nxt_rx_buf_full;
end
assign RX_READY_o = !rx_buf_full;
assign RX_READY_o = reg_ctrl[1] & !rx_buf_full;
// Registering receive data buffer
always @(posedge PCLK or negedge PRESETn)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment