Intel Clocking: compute_config() fix indent causing PLL config error

This commit is contained in:
Jevin Sweval 2022-05-23 12:06:15 -07:00
parent 6e42082128
commit 68fe6a30fd
1 changed files with 2 additions and 2 deletions

View File

@ -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: