From: Luke Kenneth Casson Leighton Date: Mon, 18 Jul 2022 10:50:53 +0000 (+0100) Subject: rename SVSTATE.svstep to SVSTATE.substep to avoid X-Git-Tag: sv_maxu_works-initial~248 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f996abbc91b26deef3e8a10c1239dca021f7b5b7;p=openpower-isa.git rename SVSTATE.svstep to SVSTATE.substep to avoid a name-conflict with the instruction "svstep" --- diff --git a/src/openpower/sv/svstate.py b/src/openpower/sv/svstate.py index 281c8aad..da1b5fac 100644 --- a/src/openpower/sv/svstate.py +++ b/src/openpower/sv/svstate.py @@ -12,7 +12,7 @@ https://libre-soc.org/openpower/sv/sprs/ | 14:20 | srcstep | for srcstep = 0..VL-1 | | 21:27 | dststep | for dststep = 0..VL-1 | | 28:29 | subvl | Sub-vector length | -| 30:31 | svstep | for svstep = 0..SUBVL-1 | +| 30:31 | substep | for substep = 0..SUBVL-1 | | 32:33 | mi0 | REMAP RA SVSHAPE0-3 | | 34:35 | mi1 | REMAP RB SVSHAPE0-3 | | 36:37 | mi2 | REMAP RC SVSHAPE0-3 | @@ -39,7 +39,7 @@ class SVSTATERec(Record): ("mi2", 2), ("mi1", 2), ("mi0", 2), - ("svstep", 2), + ("substep", 2), ("subvl", 2), ("dststep", 7), ("srcstep", 7),