projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
793e21f
)
remove duplicate function definition
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 21 Oct 2021 11:50:58 +0000
(12:50 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 21 Oct 2021 11:50:58 +0000
(12:50 +0100)
src/ieee754/part/partsig.py
patch
|
blob
|
history
diff --git
a/src/ieee754/part/partsig.py
b/src/ieee754/part/partsig.py
index cdf122ba54bd3042e5cd67ec4936e173eb073db6..9a761aad86abd0f798052cac25499088d01b05e6 100644
(file)
--- a/
src/ieee754/part/partsig.py
+++ b/
src/ieee754/part/partsig.py
@@
-177,9
+177,6
@@
class SimdSignal(UserValue):
# print ("partsig ass", self, val)
return PAssign(self.m, self, val, self.ptype)
- def __Slice__(self, start, stop, *, src_loc_at=0):
- # TODO: add __Slice__ redirection to nmigen
-
# TODO, http://bugs.libre-riscv.org/show_bug.cgi?id=458
# def __Switch__(self, cases, *, src_loc=None, src_loc_at=0,
# case_src_locs={}):