projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57126f6
)
whitespace cleanup
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 17 May 2020 17:17:24 +0000
(18:17 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 17 May 2020 17:17:30 +0000
(18:17 +0100)
src/soc/alu/main_stage.py
patch
|
blob
|
history
diff --git
a/src/soc/alu/main_stage.py
b/src/soc/alu/main_stage.py
index afa97224cf93b0de86b58bbe7194866e4c65374b..51001663a5dcaaf55f2df8f2b2823e2f7f202c18 100644
(file)
--- a/
src/soc/alu/main_stage.py
+++ b/
src/soc/alu/main_stage.py
@@
-75,8
+75,6
@@
class ALUMainStage(PipeModBase):
for i in range(8):
comb += eqs[i].eq(src1 == self.i.b[8*i:8*(i+1)])
comb += self.o.cr0.eq(Cat(Const(0, 2), eqs.any(), Const(0, 1)))
-
-
###### sticky overflow and context, both pass-through #####