Commit f3634064 authored by Lucas Russo's avatar Lucas Russo

hdl/top/ml_605/*/dbe_bpm_dsp.vhd: change delay FMC ADC delay type

The previous default value was "VARIABLE", which has the advantage
of enabling intiial delay values in the UCF. However, changing
the value dynamically (in software) is not much pratical as we
would need to update the tap value one by one, incrementally.

The current value "VAR_LOADBLE" does not accept the initial
delay value in the UCF, but changing them in software is easier.
parent 0d7182f0
......@@ -1412,6 +1412,7 @@ begin
cmp_xwb_fmc130m_4ch : xwb_fmc130m_4ch
generic map(
g_fpga_device => "VIRTEX6",
g_delay_type => "VAR_LOADABLE",
g_interface_mode => PIPELINED,
--g_address_granularity => WORD,
g_address_granularity => BYTE,
......
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