soc/cores/clock: remove return on S7PLL.create_clkout
This commit is contained in:
parent
eda1a83ea9
commit
fe5cef4294
|
@ -60,8 +60,6 @@ class S7Clocking(Module, AutoCSR):
|
|||
else:
|
||||
raise ValueError
|
||||
|
||||
return clkout_buf
|
||||
|
||||
def compute_config(self):
|
||||
config = {}
|
||||
config["divclk_divide"] = 1
|
||||
|
|
Loading…
Reference in New Issue