@@ -7,8 +7,7 @@ AXI LTC2387
77 :path: library/axi_ltc2387
88
99The :git-hdl: `AXI LTC2387 <library/axi_ltc2387> ` IP core can be used to
10- interface :adi: `LTC2387-18 `, :adi: `LTC2386-18 `, :adi: `LTC2385-18 ` and
11- :adi: `ADAQ23878 ` devices.
10+ interface :adi: `LTC2387-18 `, :adi: `LTC2387-16 ` and :adi: `ADAQ23878 ` devices.
1211
1312This documentation only covers the IP core and requires that one must be
1413familiar with the device for a complete and better understanding.
@@ -74,15 +73,10 @@ From the HDL perspective, the selection between the 16-bit and the 18-bit
7473version of the chip, is done by the `ADC_RES ` and `OUT_RES ` parameters of
7574the modules.
7675
77- * For the 18-bit, ADC_RES=18 (=> OUT_RES=32; addresses should be on a nb . of
76+ * For the 18-bit, ADC_RES=18 (=> OUT_RES=32; addresses should be on a no . of
7877 bits power of 2)
7978* For the 16-bit, ADC_RES=16 (=> OUT_RES=16)
8079
81- .. warning ::
82-
83- When using the ONE LANE configuration (TWOLANES=0), the only resolution
84- supported is 18 bits!
85-
8680Detailed Description
8781--------------------------------------------------------------------------------
8882
@@ -143,7 +137,8 @@ system level.
143137The :ref: `axi_ltc2387 interface ` must be connected directly to the top file of
144138the design, as I/O primitives are part of the IP.
145139
146- The example design uses a DMA to move the data from the output of the IP to memory.
140+ The example design uses a DMA to move the data from the output of the IP to
141+ memory.
147142
148143If the data needs to be processed in HDL before moving to the memory, it can be
149144done at the output of the IP (at the system level) or inside the ADC interface
@@ -169,8 +164,7 @@ References
169164* HDL project at :git-hdl: `projects/cn0577 `
170165* HDL project documentation at :ref: `cn0577 `
171166* :adi: `LTC2387-18 ` 18-bit 15 MSPS
172- * :adi: `LTC2386-18 ` 18-bit 10 MSPS
173- * :adi: `LTC2385-18 ` 18-bit 5 MSPS
167+ * :adi: `LTC2387-16 ` 16-bit 15 MSPS
174168* :adi: `ADAQ23878 ` 18-bit 15 MSPS
175169* :xilinx: `Zynq-7000 SoC Overview <support/documentation/data_sheets/ds190-Zynq-7000-Overview.pdf> `.
176170* :xilinx: `Zynq-7000 SoC Packaging and Pinout <support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf> `.
0 commit comments