Skip to content

Commit 098fb3f

Browse files
committed
Fix restriction for legal behaviour in case of dependencies of warl fields.
1 parent 2347731 commit 098fb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/yaml-specs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ A WARL csr/field has the following skeleton in the riscv-config:
324324
1. No legal value must exceed the maximum value which can be supported (based on the width of the field).
325325
2. Functions should be exhaustive with respect to every possible combination of the dependency values.
326326
3. within a string for `legal` all bits of the csr/field should be covered. No bits must be left undefined.
327-
4. A legal string should not be a combination ranges split into parts or a simple bitmask function for the entire field. mixing bitmask and ranges it allowed. The following example is an invalid spec:
327+
4. A legal string should be a combination of ranges split into parts or a simple bitmask function for the entire field. Mixing bitmask and ranges is not allowed. The following example is an invalid spec:
328328

329329
.. code-block:: yaml
330330

0 commit comments

Comments
 (0)