From: Luke Kenneth Casson Leighton Date: Thu, 4 Apr 2019 21:35:20 +0000 (+0100) Subject: add debug output X-Git-Tag: ls180-24jan2020~1344 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=966fa44086c0ec66d1bee31322685d28a1eb82fe;p=ieee754fpu.git add debug output --- diff --git a/src/add/pipeline.py b/src/add/pipeline.py index 4970dd2a..9d3323df 100644 --- a/src/add/pipeline.py +++ b/src/add/pipeline.py @@ -130,7 +130,7 @@ class ObjectProxy: self._preg_map[name] = new_pipereg #object.__setattr__(self, name, new_pipereg) if self._pipemode: - print ("OP pipemode", new_pipereg, value) + print ("OP pipemode", self._syncmode, new_pipereg, value) assign = eq(new_pipereg, value) if self._syncmode: self._m.d.sync += assign