Commit c3715b38 authored by Miguel Jimenez Lopez's avatar Miguel Jimenez Lopez

top/specdio/wr_nic_dio_top: Increased fifo vuart size.

parent 79fb7fd9
...@@ -915,7 +915,8 @@ begin ...@@ -915,7 +915,8 @@ begin
g_dpram_size => 90112/4, -- 20480, it is the old value, it does not fit anymore g_dpram_size => 90112/4, -- 20480, it is the old value, it does not fit anymore
g_interface_mode => PIPELINED, g_interface_mode => PIPELINED,
g_address_granularity => BYTE, g_address_granularity => BYTE,
g_aux_sdb => c_etherbone_sdb) g_aux_sdb => c_etherbone_sdb,
g_vuart_fifo_size => 1512)
port map ( port map (
clk_sys_i => clk_sys, clk_sys_i => clk_sys,
clk_dmtd_i => clk_dmtd, clk_dmtd_i => clk_dmtd,
......
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