From: Luke Kenneth Casson Leighton Date: Thu, 21 May 2020 10:43:02 +0000 (+0100) Subject: branch output spec nia not cia X-Git-Tag: div_pipeline~995 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a53c52d5d46145d0a3831e58fc93d7166c191b9;p=soc.git branch output spec nia not cia --- diff --git a/src/soc/fu/branch/pipe_data.py b/src/soc/fu/branch/pipe_data.py index 153f9bf0..13179c8f 100644 --- a/src/soc/fu/branch/pipe_data.py +++ b/src/soc/fu/branch/pipe_data.py @@ -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")