From: Luke Kenneth Casson Leighton Date: Mon, 8 Apr 2019 08:57:11 +0000 (+0100) Subject: whitespace cleanup X-Git-Tag: ls180-24jan2020~1283 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e0312ace2d7d723b1df81aa9ae972be977de7e8;p=ieee754fpu.git whitespace cleanup --- diff --git a/src/add/singlepipe.py b/src/add/singlepipe.py index 66e41daf..0efa4410 100644 --- a/src/add/singlepipe.py +++ b/src/add/singlepipe.py @@ -593,8 +593,8 @@ class BufferedHandshake(ControlBase): on the next cycle (as long as stall is not raised again) the input may begin to be processed and transferred directly to output. - """ + def elaborate(self, platform): self.m = ControlBase._elaborate(self, platform)