@@ -79,32 +79,20 @@ AD7616_SDZ parallel interface
79
79
Configuration modes
80
80
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
81
81
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.
108
96
109
97
Jumper setup
110
98
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -271,20 +259,18 @@ the HDL repository, and then build the project as follows:.
271
259
.. shell ::
272
260
273
261
$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
277
263
278
264
The result of the build, if parameters were used, will be in a folder named
279
265
by the configuration used:
280
266
281
267
if the following command was run
282
268
283
- ``make INTF=0 ``
269
+ ``make INTF=1 NUM_OF_SDI=2 ``
284
270
285
271
then the folder name will be:
286
272
287
- ``INTF0 ``
273
+ ``INTF1_NUMOFSDI2 ``
288
274
289
275
A more comprehensive build guide can be found in the :ref: `build_hdl ` user guide.
290
276
0 commit comments