From: Luke Kenneth Casson Leighton Date: Thu, 1 Aug 2019 22:54:52 +0000 (+0100) Subject: whitespace X-Git-Tag: ls180-24jan2020~567 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da4d683cd6d5572fa253bf5ac8508b95c64596cb;p=ieee754fpu.git whitespace --- diff --git a/src/nmutil/singlepipe.py b/src/nmutil/singlepipe.py index 8a5b06dc..76fa0684 100644 --- a/src/nmutil/singlepipe.py +++ b/src/nmutil/singlepipe.py @@ -579,6 +579,7 @@ class UnbufferedPipeline(ControlBase): return self.m + class UnbufferedPipeline2(ControlBase): """ A simple pipeline stage with single-clock synchronisation and two-way valid/ready synchronised signalling.