Merge pull request #1309 from jevinskie/jev/bug/intel-clocking-indent

Intel Clocking: compute_config() fix indent causing PLL config error
This commit is contained in:
enjoy-digital 2022-05-24 09:31:54 +02:00 committed by GitHub
commit c2e9125d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ class IntelClocking(Module, AutoCSR):
break break
if valid: if valid:
break break
if not valid: if not valid:
all_valid = False all_valid = False
else: else:
all_valid = False all_valid = False
if all_valid: if all_valid: