@@ -10,7 +10,7 @@ The :adi:`ADA4355` is a complete, high performance, current input µModule.
1010For space savings, the :adi: `ADA4355 ` includes all the required active and
1111passive components to realize a complete current to bits data acquisition
1212solution, supporting a small form factor, optical modules as well as
13- multichannel systems.
13+ multichannel systems.
1414
1515The high speed transimpedance amplifier (TIA) of the device supports 10 ns pulse
1616widths, allowing high spatial resolution for Time of Flight (ToF) measurements.
@@ -79,19 +79,18 @@ frame clock to all ISERDES instances.
7979By default it is set to 0. Depending on the pinout, some hardware modifications
8080need 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-
9594CPU/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 >`__
257256the 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
281274The result of the build, if parameters were used, will be in a folder named
282275by the configuration used.
283276
284277If 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
290283Check `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