projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6552ef8
)
actually remove todo comment for manually checking against instruction models
author
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 18 Jun 2020 22:32:50 +0000
(15:32 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 18 Jun 2020 22:32:50 +0000
(15:32 -0700)
src/soc/fu/div/output_stage.py
patch
|
blob
|
history
diff --git
a/src/soc/fu/div/output_stage.py
b/src/soc/fu/div/output_stage.py
index 6265fcbc7ced241c3cb304e444f57374a39dcc2c..aed1bdb1638a9abfc4dd36a9f5c2b47a9f332484 100644
(file)
--- a/
src/soc/fu/div/output_stage.py
+++ b/
src/soc/fu/div/output_stage.py
@@
-62,8
+62,6
@@
class DivOutputStage(PipeModBase):
xer_ov = self.o.xer_ov.data
- # TODO(programmerjake): check code against instruction models
-
def calc_overflow(dive_abs_overflow, sign_bit_mask):
nonlocal comb
overflow = dive_abs_overflow | self.i.div_by_zero