Skip to content

Commit f769f96

Browse files
authored
Merge pull request #65 from sy-c/master
doc
2 parents 1b3a477 + 9ac034f commit f769f96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ It extends the `SCA_SEQUENCE` to add the following functionality:
183183

184184
see [registers definition](https://gitlab.cern.ch/alice-cru/cru-fw/-/tree/pplayer/TTC#address-table)
185185

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.
190190

191191

192192
* Returns

0 commit comments

Comments
 (0)