From: Luke Kenneth Casson Leighton Date: Wed, 27 Mar 2019 21:43:15 +0000 (+0000) Subject: remove print statement X-Git-Tag: ls180-24jan2020~1458 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64ebb2dc6e9f5ca976140673fd5a8f2d515f1f3e;p=ieee754fpu.git remove print statement --- diff --git a/src/add/singlepipe.py b/src/add/singlepipe.py index 6d73b862..c2afcbe3 100644 --- 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]