@@ -79,32 +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
105-
106- The NUM_OF_SDI configuration parameter defines the number of SDI lines used:
107- **{1, 2} **. By default is set to 2.
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.
10896
10997Jumper setup
11098~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -271,20 +259,18 @@ the HDL repository, and then build the project as follows:.
271259.. shell ::
272260
273261 $cd hdl/projects/ad7616_sdz/zed
274- $make INTF=0
275-
276- The default configuration is Parallel Mode (0).
262+ $make INTF=1 NUM_OF_SDI=2
277263
278264The result of the build, if parameters were used, will be in a folder named
279265by the configuration used:
280266
281267if the following command was run
282268
283- ``make INTF=0 ``
269+ ``make INTF=1 NUM_OF_SDI=2 ``
284270
285271then the folder name will be:
286272
287- ``INTF0 ``
273+ ``INTF1_NUMOFSDI2 ``
288274
289275A more comprehensive build guide can be found in the :ref: `build_hdl ` user guide.
290276
0 commit comments