Skip to content

Commit 5943f6f

Browse files
committed
docs/library: Fix ADC/DAC Common & Channel base addresses
Signed-off-by: Stanca Pop <[email protected]>
1 parent e7bb67c commit 5943f6f

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

docs/library/axi_ad485x/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ There are no extra definitions for the LVDS interface compared to the datasheet.
293293
294294
.. figure:: wavedrom-2.svg
295295

296-
All lanesi(8) all channels(8) active.
296+
All lanes(8) all channels(8) active.
297297

298298
Register Map
299299
--------------------------------------------------------------------------------
@@ -316,12 +316,12 @@ base address to the registers relative address.
316316
- 0x0000
317317
- BASE
318318
- See the `Base <#hdl-regmap-COMMON>`__ table for more details.
319-
* - 0x0000
320-
- 0x0000
319+
* - 0x0010
320+
- 0x0040
321321
- RX COMMON
322322
- See the `ADC Common <#hdl-regmap-ADC_COMMON>`__ table for more details.
323-
* - 0x0000
324-
- 0x0000
323+
* - 0x0100
324+
- 0x0400
325325
- RX CHANNELS
326326
- See the `ADC Channel <#hdl-regmap-ADC_CHANNEL>`__ table for more details.
327327
* - 0x0000

docs/library/axi_ad9361/index.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -387,20 +387,20 @@ registers relative address.
387387
- 0x0000
388388
- BASE
389389
- See the `Base <#hdl-regmap-COMMON>`__ table for more details.
390-
* - 0x0000
391-
- 0x0000
390+
* - 0x0010
391+
- 0x0040
392392
- RX COMMON
393393
- See the `ADC Common <#hdl-regmap-ADC_COMMON>`__ table for more details.
394-
* - 0x0000
395-
- 0x0000
394+
* - 0x0100
395+
- 0x0400
396396
- RX CHANNELS
397397
- See the `ADC Channel <#hdl-regmap-ADC_CHANNEL>`__ table for more details.
398-
* - 0x1000
399-
- 0x4000
398+
* - 0x1010
399+
- 0x4040
400400
- TX COMMON
401401
- See the `DAC Common <#hdl-regmap-DAC_COMMON>`__ table for more details.
402-
* - 0x1000
403-
- 0x4000
402+
* - 0x1100
403+
- 0x4400
404404
- TX CHANNELS
405405
- See the `DAC Channel <#hdl-regmap-DAC_CHANNEL>`__ table for more details.
406406
* - 0x2000

docs/library/axi_ad9963/index.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -178,20 +178,20 @@ registers relative address.
178178
- 0x0000
179179
- BASE
180180
- See the `Base <#hdl-regmap-COMMON>`__ table for more details.
181-
* - 0x0000
182-
- 0x0000
181+
* - 0x0010
182+
- 0x0040
183183
- RX COMMON
184184
- See the `ADC Common <#hdl-regmap-ADC_COMMON>`__ table for more details.
185-
* - 0x0000
186-
- 0x0000
185+
* - 0x0100
186+
- 0x0400
187187
- RX CHANNELS
188188
- See the `ADC Channel <#hdl-regmap-ADC_CHANNEL>`__ table for more details.
189-
* - 0x1000
190-
- 0x4000
189+
* - 0x1010
190+
- 0x4040
191191
- TX COMMON
192192
- See the `DAC Common <#hdl-regmap-DAC_COMMON>`__ table for more details.
193-
* - 0x1000
194-
- 0x4000
193+
* - 0x1100
194+
- 0x4400
195195
- TX CHANNELS
196196
- See the `DAC Channel <#hdl-regmap-DAC_CHANNEL>`__ table for more details.
197197

0 commit comments

Comments
 (0)