pluto_hdl_adi/library/jesd204/jesd204_tx_static_config
Istvan Csomortani da03572b32 jesd204_tx: Add dynamic multi-link support
A multi-link is a link where multiple converter devices are connected to a
single logic device (FPGA). All links involved in a multi-link are synchronous
and established at the same time. For a TX link this means that the FPGA receives
multiple SYNC signals, one for each link. The state machine of the TX link
peripheral must combine those SYNC signals into a single SYNC signal that is
asserted when either of the external SYNC signals is asserted.

Dynamic multi-link support must allow to select to which converter devices on
the multi-link the SYNC signal is propagated too. This is useful when depending
on the use case profile some converter devices are supposed to be disabled.

Add the cfg_links_disable[0x081] register for multi-link control and
propagate its value to the TX FSM.
2018-05-03 19:37:35 +03:00
..
Makefile jesd204: Fix file names 2018-04-11 15:09:54 +03:00
jesd204_ilas_cfg_static.v jesd204: Fix file names 2018-04-11 15:09:54 +03:00
jesd204_tx_static_config.v jesd204_tx: Add dynamic multi-link support 2018-05-03 19:37:35 +03:00
jesd204_tx_static_config_ip.tcl jesd204: Fix file names 2018-04-11 15:09:54 +03:00