Skip to content

Commit 95f91d5

Browse files
committed
docs/ada4355: Update documentation
Signed-off-by: Pop Ioan Daniel <pop.ioan-daniel@analog.com>
1 parent 4f5f5b3 commit 95f91d5

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

docs/library/axi_ada4355/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Interface
6262
* - fco_p
6363
- LVDS input positive side of differential data frame signal
6464
* - fco_n
65-
- LVDS input negative side of differential data frame signal
65+
- LVDS input negative side of differential data frame signal
6666
* - dco_p
6767
- LVDS input positive side of differential reference clock signal
6868
* - dco_n
@@ -101,7 +101,7 @@ The axi_ada4355 operates as follows:
101101
a 1:8 ratio.
102102
* The LVDS data frame is also deserialized by the
103103
:git-hdl:`ad_serdes_in <library/xilinx/common/ad_serdes_in.v>` module with
104-
a 1:8 ratio.
104+
a 1:8 ratio.
105105
* After deserialization, data is aligned using data_frame and a fixed pattern.
106106

107107
Register Map
@@ -188,4 +188,4 @@ References
188188
* HDL project documentation at :ref:`ada4355_fmc`
189189
* :adi:`ADA4355`
190190
* :xilinx:`Zynq-7000 SoC Overview <support/documentation/data_sheets/ds190-Zynq-7000-Overview.pdf>`
191-
* :xilinx:`Zynq-7000 SoC Packaging and Pinout <support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf>`
191+
* :xilinx:`Zynq-7000 SoC Packaging and Pinout <support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf>`

docs/projects/ada4355_fmc/index.rst

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The :adi:`ADA4355` is a complete, high performance, current input µModule.
1010
For space savings, the :adi:`ADA4355` includes all the required active and
1111
passive components to realize a complete current to bits data acquisition
1212
solution, supporting a small form factor, optical modules as well as
13-
multichannel systems.
13+
multichannel systems.
1414

1515
The high speed transimpedance amplifier (TIA) of the device supports 10 ns pulse
1616
widths, allowing high spatial resolution for Time of Flight (ToF) measurements.
@@ -79,19 +79,18 @@ frame clock to all ISERDES instances.
7979
By default it is set to 0. Depending on the pinout, some hardware modifications
8080
need to be done on the board and/or ``make`` command:
8181

82-
In case of the pinout with optimized xdc:
82+
In case of the pinout with optimized constraints:
8383

8484
.. shell:: bash
8585

8686
$make BUFMRCE_EN=0
8787

88-
In case of the pinout with non optimized xdc:
88+
In case of the pinout with non-optimized constraints:
8989

9090
.. shell:: bash
9191

9292
$make BUFMRCE_EN=1
9393

94-
9594
CPU/Memory interconnects addresses
9695
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9796

@@ -256,11 +255,9 @@ If you want to build the sources, ADI makes them available on the
256255
`clone <https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository>`__
257256
the HDL repository.
258257

259-
Examples on how to build the project:
260-
261258
**Linux/Cygwin/WSL**
262259

263-
Example for building with the default configuration:
260+
Example for building with the default configuration (BUFMRCE_EN=0):
264261

265262
.. shell::
266263

@@ -271,21 +268,17 @@ Example for building with parameters:
271268

272269
.. shell::
273270

274-
$cd hdl/projects/ada4355_fmc/zed
275-
$make BUFMRCE_EN=0
276-
277-
Default values of the ``make`` parameters for ADA4355-FMC:
278-
279-
- BUFMRCE_EN: 0
271+
~/hdl/projects/ada4355_fmc/zed
272+
$make BUFMRCE_EN=1
280273

281274
The result of the build, if parameters were used, will be in a folder named
282275
by the configuration used.
283276

284277
If the following command was run
285278

286-
``make BUFMRCE_EN=0``
279+
``make BUFMRCE_EN=1``
287280

288-
then the folder name will be: ``BUFMRCEEN0``.
281+
then the folder name will be: ``BUFMRCEEN1``.
289282

290283
Check `Configuration modes`_ for more details.
291284

@@ -344,4 +337,4 @@ HDL related
344337

345338
.. include:: ../common/more_information.rst
346339

347-
.. include:: ../common/support.rst
340+
.. include:: ../common/support.rst

0 commit comments

Comments
 (0)