From: Luke Kenneth Casson Leighton Date: Mon, 29 Apr 2019 22:04:58 +0000 (+0100) Subject: spelling correction X-Git-Tag: ls180-24jan2020~1108 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8247364e9314d452b16350847960b672970a64b1;p=ieee754fpu.git spelling correction --- diff --git a/src/add/singlepipe.py b/src/add/singlepipe.py index d917e4c4..6ae11f23 100644 --- a/src/add/singlepipe.py +++ b/src/add/singlepipe.py @@ -282,7 +282,7 @@ class ControlBase(StageHelper, Elaboratable): self.set_specs(front, end) # sets up ispec/ospec functions self._new_data("chain") # NOTE: REPLACES existing data eqs += front._connect_in(self) # front p to our p - eqs += end._connect_out(self) # end n to out n + eqs += end._connect_out(self) # end n to our n return eqs