You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,10 +183,10 @@ It extends the `SCA_SEQUENCE` to add the following functionality:
183
183
184
184
see [registers definition](https://gitlab.cern.ch/alice-cru/cru-fw/-/tree/pplayer/TTC#address-table)
185
185
186
-
If not specified, the parameters are 32-bit integers.
187
-
The following parameters are 80-bit integers: pat0, pat1, pat2, pat3.
188
-
The following parameters are booleans: execute pat1 at start, execute pat1 now, execute pat2 now. They should be set with string values "true" or "false"
189
-
Integer values can be given in hexadecimal string (e.g. 0x1234) or decimal string (e.g. 4660). Exceeding the specified bit-width will raise an error.
186
+
*If not specified, the parameters are 32-bit integers.
187
+
*The following parameters are 80-bit integers: pat0, pat1, pat2, pat3.
188
+
*The following parameters are booleans: execute pat1 at start, execute pat1 now, execute pat2 now. They should be set with string values "true" or "false"
189
+
*Integer values can be given in hexadecimal string (e.g. 0x1234) or decimal string (e.g. 4660). Exceeding the specified bit-width will raise an error.
0 commit comments