summaryrefslogtreecommitdiff
path: root/utils/regtools/include/soc_desc_v1.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/regtools/include/soc_desc_v1.hpp')
-rw-r--r--utils/regtools/include/soc_desc_v1.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/regtools/include/soc_desc_v1.hpp b/utils/regtools/include/soc_desc_v1.hpp
index 33368e88d4..b9185e35dd 100644
--- a/utils/regtools/include/soc_desc_v1.hpp
+++ b/utils/regtools/include/soc_desc_v1.hpp
@@ -214,7 +214,7 @@ bool parse_xml(const std::string& filename, soc_t& soc);
214/** Write a SoC description to a XML file, overwriting it. A file can contain 214/** Write a SoC description to a XML file, overwriting it. A file can contain
215 * multiple Soc descriptions */ 215 * multiple Soc descriptions */
216bool produce_xml(const std::string& filename, const soc_t& soc); 216bool produce_xml(const std::string& filename, const soc_t& soc);
217/** Normalise a soc description by reordering elemnts so that: 217/** Normalise a soc description by reordering elements so that:
218 * - devices are sorted by first name 218 * - devices are sorted by first name
219 * - registers are sorted by first address 219 * - registers are sorted by first address
220 * - fields are sorted by last bit 220 * - fields are sorted by last bit