From: Michael Nolan Date: Sat, 16 May 2020 15:20:40 +0000 (-0400) Subject: Fix bug in branch's pipe_data X-Git-Tag: div_pipeline~1137 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8d83738dadcaaa440982380d113490cfbc5ba37;p=soc.git Fix bug in branch's pipe_data --- diff --git a/src/soc/branch/pipe_data.py b/src/soc/branch/pipe_data.py index 351ca5ec..7cd250dd 100644 --- a/src/soc/branch/pipe_data.py +++ b/src/soc/branch/pipe_data.py @@ -50,7 +50,7 @@ class BranchInputData(IntegerData): # convenience variables. not all of these are used at once self.ctr = self.srr0 = self.hsrr0 = self.spr2 - self.lr = self.tar = self.srr1 = self.hsrr1 = self.i.spr1 + self.lr = self.tar = self.srr1 = self.hsrr1 = self.spr1 self.msr = self.spr3 def __iter__(self):