projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24bae7b
)
remove print statement
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 27 Mar 2019 21:43:15 +0000
(21:43 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 27 Mar 2019 21:43:15 +0000
(21:43 +0000)
src/add/singlepipe.py
patch
|
blob
|
history
diff --git
a/src/add/singlepipe.py
b/src/add/singlepipe.py
index 6d73b862a2b6f4db0f9a665664ba95e7029b6e72..c2afcbe31ba870f5849f6e29188e4d6348714434 100644
(file)
--- a/
src/add/singlepipe.py
+++ b/
src/add/singlepipe.py
@@
-259,7
+259,7
@@
def eq(o, i):
elif isinstance(ao, ArrayProxy) and not isinstance(ai, Value):
for p in ai.ports():
op = getattr(ao, p.name)
- print (op, p, p.name)
+
#
print (op, p, p.name)
rres = op.eq(p)
if not isinstance(rres, Sequence):
rres = [rres]