| commit | 9dffa1b320ff70f1fd724a0cfb67f418c6caf437 | [log] [tgz] |
|---|---|---|
| author | Tom Roberts <tomroberts@lowrisc.org> | Wed Feb 17 11:45:30 2021 +0000 |
| committer | Tom Roberts <53745528+tomroberts-lowrisc@users.noreply.github.com> | Wed Feb 17 17:15:38 2021 +0000 |
| tree | 78dc6c2ca8b89fbfa6acca2473c0ee7be058ced4 | |
| parent | 81ada4f0c26389e4175e0236eabe1124203d6850 [diff] |
[reggen] Minor fix to REGWEN error message Relates to #5267 Signed-off-by: Tom Roberts <tomroberts@lowrisc.org>
diff --git a/util/reggen/validate.py b/util/reggen/validate.py index 1b3edb7..7314cc7 100644 --- a/util/reggen/validate.py +++ b/util/reggen/validate.py
@@ -753,7 +753,7 @@ error += 1 log.error( "{x} used as regwen fails requirement to be " - "swaccess=W0C or swaccess=RO and hwaccess=HWO".format(x=x)) + "swaccess=RW0C or swaccess=RO and hwaccess=HWO".format(x=x)) return error