mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Intel Clocking: compute_config() fix indent causing PLL config error
This commit is contained in:
parent
6e42082128
commit
68fe6a30fd
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ class IntelClocking(Module, AutoCSR):
|
|||
break
|
||||
if valid:
|
||||
break
|
||||
if not valid:
|
||||
all_valid = False
|
||||
if not valid:
|
||||
all_valid = False
|
||||
else:
|
||||
all_valid = False
|
||||
if all_valid:
|
||||
|
|
Loading…
Reference in a new issue