Commit e349ef45 authored by Dimitris Lampridis's avatar Dimitris Lampridis

hdl: increased the sync FIFO size to cope with increased dpram size

parent d39908de
...@@ -1478,7 +1478,7 @@ begin ...@@ -1478,7 +1478,7 @@ begin
cmp_wb_ddr_fifo : generic_sync_fifo cmp_wb_ddr_fifo : generic_sync_fifo
generic map ( generic map (
g_data_width => 65, g_data_width => 65,
g_size => 64, g_size => 256,
g_show_ahead => false, g_show_ahead => false,
g_with_empty => true, g_with_empty => true,
g_with_full => true, g_with_full => true,
......
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