branch output spec nia not cia
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 21 May 2020 10:43:02 +0000 (11:43 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 21 May 2020 10:43:02 +0000 (11:43 +0100)
src/soc/fu/branch/pipe_data.py

index 153f9bf03c5e4cb4a07185625ef816e9c1a9daf6..13179c8f13572205dfee7a953efdc17671abeab8 100644 (file)
@@ -67,7 +67,7 @@ class BranchInputData(IntegerData):
 class BranchOutputData(IntegerData):
     regspec = [('SPR', 'spr1', '0:63'),
                ('SPR', 'spr2', '0:63'),
-               ('PC', 'cia', '0:63')]
+               ('PC', 'nia', '0:63')]
     def __init__(self, pspec):
         super().__init__(pspec)
         self.spr1 = Data(64, name="spr1")