projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec7e137
)
remove unneeded xer.ca in MulOutputData
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 9 Jul 2020 19:18:04 +0000
(20:18 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 9 Jul 2020 19:18:04 +0000
(20:18 +0100)
src/soc/fu/mul/pipe_data.py
patch
|
blob
|
history
diff --git
a/src/soc/fu/mul/pipe_data.py
b/src/soc/fu/mul/pipe_data.py
index eef6cd837f1e6dd370a7de7867788fab00fcf75b..3a7abe37640f108fd26cefcbb3625d58e4fc38a5 100644
(file)
--- a/
src/soc/fu/mul/pipe_data.py
+++ b/
src/soc/fu/mul/pipe_data.py
@@
-16,8
+16,7
@@
class MulIntermediateData(DIVInputData):
class MulOutputData(IntegerData):
regspec = [('INT', 'o', '0:128'),
- ('XER', 'xer_so', '32'), # XER bit 32: SO
- ('XER', 'xer_ca', '34,45')] # XER bit 34/45: CA/CA32
+ ('XER', 'xer_so', '32')] # XER bit 32: SO
def __init__(self, pspec):
super().__init__(pspec, False) # still input style