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

hdl: increase multi-shot memory to 8K

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