Commit f79a3124 authored by Adrian Byszuk's avatar Adrian Byszuk

Leave more space for other traffic during PCIe TX DMA

parent f06edc43
......@@ -272,7 +272,7 @@ begin
if Tx_Reset = '1' then
us_FC_stop_i <= '1';
else
if tx_buf_av_i(C_TBUF_AWIDTH-1 downto 1) /= C_ALL_ZEROS(C_TBUF_AWIDTH-1 downto 1) then
if tx_buf_av_i(C_TBUF_AWIDTH-1 downto 2) /= C_ALL_ZEROS(C_TBUF_AWIDTH-1 downto 2) then
us_FC_stop_i <= '0';
else
us_FC_stop_i <= '1';
......
Markdown is supported
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