Commit 1b86eb6a authored by Tristan Gingold's avatar Tristan Gingold

svec_ref_fmc_adc_100Ms: don't use pll (but bufio) for ltc

parent 1f364f43
......@@ -534,7 +534,7 @@ begin -- architecture arch
cmp_fmc_adc_mezzanine : entity work.fmc_adc_mezzanine
generic map (
g_MULTISHOT_RAM_SIZE => g_MULTISHOT_RAM_SIZE,
g_SPARTAN6_USE_PLL => TRUE,
g_SPARTAN6_USE_PLL => FALSE, -- I = 0, -- PLL on fmc0, no PLL on FMC 1
g_BYTE_SWAP => TRUE,
g_FMC_ADC_NR => I,
g_WB_MODE => PIPELINED,
......
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