summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/regtools/desc/XML.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/regtools/desc/XML.txt b/utils/regtools/desc/XML.txt
index 15164a43b9..a90f875f66 100644
--- a/utils/regtools/desc/XML.txt
+++ b/utils/regtools/desc/XML.txt
@@ -100,6 +100,8 @@ In the special case where the addresses of the register follow a pattern, an
100explicit formula can be described as part of the format. There is no specific 100explicit formula can be described as part of the format. There is no specific
101requirement on the formula except that the register addresses be indexed by 101requirement on the formula except that the register addresses be indexed by
102a variable "n" which range from 0 to N-1 where N is the number of address. 102a variable "n" which range from 0 to N-1 where N is the number of address.
103The formula is not used for anything except header generation where it is
104handy to have a formula rather a long list of conditionals.
103The following properties are defined: 105The following properties are defined:
104- "string" (mandatory,string): the equation describing the addresses. 106- "string" (mandatory,string): the equation describing the addresses.
105 107
@@ -130,4 +132,4 @@ Each value is enclosed in a "value" tag. The following properties are defined:
130 132
131Example: 133Example:
132<value name="DIV_BY_1" value="0x0" /> 134<value name="DIV_BY_1" value="0x0" />
133<value name="DIV_BY_2" value="0x1" /> \ No newline at end of file 135<value name="DIV_BY_2" value="0x1" />