Skip to content
Snippets Groups Projects
Commit 7fcc7b8e authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

wb_uart: fix flow control on vuart rx path

parent 595ed797
Branches
Tags
No related merge requests found
......@@ -298,5 +298,6 @@ begin -- syn
end process;
regs_in.sr_tx_busy_i <= phys_tx_busy when (g_with_physical_uart) else '0';
regs_in.host_tdr_rdy_i <= not regs_in.sr_rx_rdy_i;
end syn;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment