projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62cf645
)
Fix bug in branch's pipe_data
author
Michael Nolan
<mtnolan2640@gmail.com>
Sat, 16 May 2020 15:20:40 +0000
(11:20 -0400)
committer
Michael Nolan
<mtnolan2640@gmail.com>
Sat, 16 May 2020 15:20:40 +0000
(11:20 -0400)
src/soc/branch/pipe_data.py
patch
|
blob
|
history
diff --git
a/src/soc/branch/pipe_data.py
b/src/soc/branch/pipe_data.py
index 351ca5ec63f1e31433eb842863bbf3606a9663ff..7cd250dd137c556bbbf61f1db7b4d43451d20886 100644
(file)
--- 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):