[reggen] Add missing 'reset_request_list' key to allowed fields
This field was added in commit 6faf4f1e71 and has caused reggen
warnings since. When adding a new field parsed by topgen, we currently
require it to be understood by reggen too.
Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
diff --git a/util/reggen/validate.py b/util/reggen/validate.py
index 3e635cf..2962729 100644
--- a/util/reggen/validate.py
+++ b/util/reggen/validate.py
@@ -391,6 +391,7 @@
'param_list': ['lp', "list of parameters of the IP"],
'regwidth': ['d', "width of registers in bits (default 32)"],
'reset_primary': ['s', "primary reset used by the module"],
+ 'reset_request_list': ['l', 'list of signals requesting reset'],
'scan': ['pb', 'Indicates the module have `scanmode_i`'],
'scan_reset': ['pb', 'Indicates the module have `test_rst_ni`'],
'SPDX-License-Identifier': [