From: Florent Kermarrec Date: Wed, 19 Dec 2018 08:14:26 +0000 (+0100) Subject: soc/cores/clock: remove return on S7PLL.create_clkout X-Git-Tag: 24jan2021_ls180~1432 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe5cef4294557575a7bb2e47bb2543a09c9ea747;p=litex.git soc/cores/clock: remove return on S7PLL.create_clkout --- diff --git a/litex/soc/cores/clock.py b/litex/soc/cores/clock.py index ed8e68c1..aeb14454 100644 --- a/litex/soc/cores/clock.py +++ b/litex/soc/cores/clock.py @@ -60,8 +60,6 @@ class S7Clocking(Module, AutoCSR): else: raise ValueError - return clkout_buf - def compute_config(self): config = {} config["divclk_divide"] = 1