pluto_hdl_adi/library/axi_logic_analyzer
AndreiGrozav 2e0ba5bffd axi_logic_analyzer: Auto sync to ADC path
The number of delay taps in the LA data path can be controlled manually, from
the regmap or automatically, according to the axi_adc_decimate's rate.

Moreover, because the rate is configure by software, and the time of
initialization, is different for the ADC path and LA path. There is an
uncertainty of plus/minus one sample between the two. Because ADC and LA
paths share the same clock we can easily synchronize the two paths. We
can't use reset, because the rate generation mechanism is different
between the two. So the ADC path is used as master valid generator and we
can use it to drive the LA path.
The synchronization is done by setting the rate source bit. This
mechanism can only be used if the desired rate for both path is equal,
including oversampling fom ADC decimation.
2020-08-13 07:01:19 +03:00
..
Makefile Move Altera IP core dependency tracking to library Makefiles 2018-04-11 15:09:54 +03:00
axi_logic_analyzer.v axi_logic_analyzer: Auto sync to ADC path 2020-08-13 07:01:19 +03:00
axi_logic_analyzer_constr.xdc axi_logic_analyzer: Auto sync to ADC path 2020-08-13 07:01:19 +03:00
axi_logic_analyzer_ip.tcl library/scripts: Rename adi_ip.tcl to adi_ip_xilinx.tcl 2019-06-29 06:53:51 +03:00
axi_logic_analyzer_reg.v axi_logic_analyzer: Auto sync to ADC path 2020-08-13 07:01:19 +03:00
axi_logic_analyzer_trigger.v axi_logic_analyzer: Add trigger disable condition 2020-06-26 10:47:15 +03:00