soc/cores/clock: remove return on S7PLL.create_clkout
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 19 Dec 2018 08:14:26 +0000 (09:14 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 19 Dec 2018 08:14:26 +0000 (09:14 +0100)
litex/soc/cores/clock.py

index ed8e68c11e9f1850e7149b6e878529e14c6d1400..aeb1445400e10d4f965650d6fd6cceb4d034912a 100644 (file)
@@ -60,8 +60,6 @@ class S7Clocking(Module, AutoCSR):
             else:
                 raise ValueError
 
-        return clkout_buf
-
     def compute_config(self):
         config = {}
         config["divclk_divide"] = 1