projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a28e30c
)
whitespace
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 11 Apr 2019 06:18:09 +0000
(07:18 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 11 Apr 2019 06:18:09 +0000
(07:18 +0100)
src/add/singlepipe.py
patch
|
blob
|
history
diff --git
a/src/add/singlepipe.py
b/src/add/singlepipe.py
index 137f8163a966ef71fe8018ae894c1eeb4ae7330e..291d70cbdcdc9ec8c996d068221aa7e01adcce4f 100644
(file)
--- a/
src/add/singlepipe.py
+++ b/
src/add/singlepipe.py
@@
-358,6
+358,7
@@
class Eq(Visitor):
def __call__(self, o, i):
return self.visit(o, i, self)
+
def eq(o, i):
""" makes signals equal: a helper routine which identifies if it is being
passed a list (or tuple) of objects, or signals, or Records, and calls