@@ -7,8 +7,8 @@ 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 `, :adi: `LTC2386 -18 `,
11+ :adi: `LTC2385-18 ` and :adi: ` ADAQ23878 ` devices.
1212
1313This documentation only covers the IP core and requires that one must be
1414familiar with the device for a complete and better understanding.
@@ -74,15 +74,10 @@ From the HDL perspective, the selection between the 16-bit and the 18-bit
7474version of the chip, is done by the `ADC_RES ` and `OUT_RES ` parameters of
7575the modules.
7676
77- * For the 18-bit, ADC_RES=18 (=> OUT_RES=32; addresses should be on a nb . of
77+ * For the 18-bit, ADC_RES=18 (=> OUT_RES=32; addresses should be on a no . of
7878 bits power of 2)
7979* For the 16-bit, ADC_RES=16 (=> OUT_RES=16)
8080
81- .. warning ::
82-
83- When using the ONE LANE configuration (TWOLANES=0), the only resolution
84- supported is 18 bits!
85-
8681Detailed Description
8782--------------------------------------------------------------------------------
8883
@@ -143,7 +138,8 @@ system level.
143138The :ref: `axi_ltc2387 interface ` must be connected directly to the top file of
144139the design, as I/O primitives are part of the IP.
145140
146- The example design uses a DMA to move the data from the output of the IP to memory.
141+ The example design uses a DMA to move the data from the output of the IP to
142+ memory.
147143
148144If the data needs to be processed in HDL before moving to the memory, it can be
149145done at the output of the IP (at the system level) or inside the ADC interface
@@ -169,6 +165,7 @@ References
169165* HDL project at :git-hdl: `projects/cn0577 `
170166* HDL project documentation at :ref: `cn0577 `
171167* :adi: `LTC2387-18 ` 18-bit 15 MSPS
168+ * :adi: `LTC2387-16 ` 16-bit 15 MSPS
172169* :adi: `LTC2386-18 ` 18-bit 10 MSPS
173170* :adi: `LTC2385-18 ` 18-bit 5 MSPS
174171* :adi: `ADAQ23878 ` 18-bit 15 MSPS
0 commit comments