From 8e0312ace2d7d723b1df81aa9ae972be977de7e8 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 8 Apr 2019 09:57:11 +0100 Subject: [PATCH] whitespace cleanup --- src/add/singlepipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2