@@ -79,29 +79,20 @@ AD7616_SDZ parallel interface
7979Configuration modes
8080~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8181
82- The INTF configuration parameter defines the interface type (Serial or
83- Parallel). By default it is set to Parallel (0). Depending on the required interface mode,
84- some hardware modifications need to be done on the board and/or make command:
85-
86- In case of the **PARALLEL ** interface:
87-
88- .. shell :: bash
89-
90- $make INTF=0
91-
92- In case of the **SERIAL ** interface:
93-
94- .. shell :: bash
95-
96- $make INTF=1
97-
98- .. note ::
99-
100- This switch is a *hardware * switch. Please rebuild the design if the
101- variable has been changed.
102-
103- - SL5 - unmounted - Parallel interface
104- - SL5 - mounted - Serial interface
82+ The following are the parameters of this project that can be configured:
83+ - INTF: specifies the type of interface used;
84+ - 0 - parallel (default)
85+ - 1 - serial
86+ - NUM_OF_SDI: number of SDI lines used, **only in serial interface mode **;
87+ - 1 - one SDI line
88+ - 2 - two SDI lines (default)
89+
90+ Depending on the required interface mode, some hardware modifications need to
91+ be done on the board:
92+ - SL5 - unmounted - Parallel interface
93+ - SL5 - mounted - Serial interface
94+ This switch is a *hardware * switch. Please rebuild the design if the variable
95+ has been changed.
10596
10697Jumper setup
10798~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -268,20 +259,18 @@ the HDL repository, and then build the project as follows:.
268259.. shell ::
269260
270261 $cd hdl/projects/ad7616_sdz/zed
271- $make INTF=0
272-
273- The default configuration is Parallel Mode (0).
262+ $make INTF=1 NUM_OF_SDI=2
274263
275264The result of the build, if parameters were used, will be in a folder named
276265by the configuration used:
277266
278267if the following command was run
279268
280- ``make INTF=0 ``
269+ ``make INTF=1 NUM_OF_SDI=2 ``
281270
282271then the folder name will be:
283272
284- ``INTF0 ``
273+ ``INTF1_NUMOFSDI2 ``
285274
286275A more comprehensive build guide can be found in the :ref: `build_hdl ` user guide.
287276
0 commit comments