projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eda1a83
)
soc/cores/clock: remove return on S7PLL.create_clkout
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Wed, 19 Dec 2018 08:14:26 +0000
(09:14 +0100)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Wed, 19 Dec 2018 08:14:26 +0000
(09:14 +0100)
litex/soc/cores/clock.py
patch
|
blob
|
history
diff --git
a/litex/soc/cores/clock.py
b/litex/soc/cores/clock.py
index ed8e68c11e9f1850e7149b6e878529e14c6d1400..aeb1445400e10d4f965650d6fd6cceb4d034912a 100644
(file)
--- 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