From: klehman Date: Thu, 7 Oct 2021 17:19:40 +0000 (-0400) Subject: typo: gpr not fpr X-Git-Tag: sv_maxu_works-initial~787 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a511938503cd88b93759acb48e2ffe6435a3595;p=openpower-isa.git typo: gpr not fpr --- diff --git a/src/openpower/test/state.py b/src/openpower/test/state.py index ba80d31d..72199196 100644 --- a/src/openpower/test/state.py +++ b/src/openpower/test/state.py @@ -64,7 +64,7 @@ class State: All methods implemented must be generators. - FPRs and CRs - stored as lists + GPRs and CRs - stored as lists XERs/PC - simple members memory - stored as a dictionary {location: data} """