Commit 347e0de1 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

wb_uart: fix vuart, no show_ahead in fifo

parent 4abb522b
......@@ -364,7 +364,7 @@ begin -- arch
g_DATA_WIDTH => 8,
g_SIZE => g_VUART_FIFO_SIZE,
g_WITH_COUNT => true,
g_SHOW_AHEAD => true)
g_SHOW_AHEAD => false)
port map (
rst_n_i => rst_n_i,
clk_i => clk_sys_i,
......
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