Commit 35d63027 authored by Dimitris Lampridis's avatar Dimitris Lampridis

hdl: increase multi-shot memory to 8K

parent d9169fd0
...@@ -814,7 +814,7 @@ begin ...@@ -814,7 +814,7 @@ begin
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
cmp_fmc_adc_mezzanine_0 : fmc_adc_mezzanine cmp_fmc_adc_mezzanine_0 : fmc_adc_mezzanine
generic map( generic map(
g_multishot_ram_size => 2048, g_multishot_ram_size => 8192,
g_carrier_type => "SPEC" g_carrier_type => "SPEC"
) )
port map( port map(
......
...@@ -944,7 +944,7 @@ begin ...@@ -944,7 +944,7 @@ begin
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
cmp_fmc_adc_mezzanine_0 : fmc_adc_mezzanine cmp_fmc_adc_mezzanine_0 : fmc_adc_mezzanine
generic map( generic map(
g_multishot_ram_size => 2048, g_multishot_ram_size => 8192,
g_carrier_type => "SVEC" g_carrier_type => "SVEC"
) )
port map( port map(
......
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