Merge pull request #721 from daveshah1/dave/nexus-pll-resetena

clock/lattice_nx: Set PLLRESET_ENA parameter
This commit is contained in:
enjoy-digital 2020-12-03 15:54:16 +01:00 committed by GitHub
commit 88023394fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ class NXPLL(Module):
p_KP_VCO = "0b00011", # if (VOLTAGE == 0.9V) 0b11001 else 0b00011 p_KP_VCO = "0b00011", # if (VOLTAGE == 0.9V) 0b11001 else 0b00011
p_PLLPD_N = "USED", p_PLLPD_N = "USED",
p_PLLRESET_ENA = "ENABLED",
p_REF_INTEGER_MODE = "ENABLED", # Ref manual has a discrepency so lets always set this value just in case p_REF_INTEGER_MODE = "ENABLED", # Ref manual has a discrepency so lets always set this value just in case
p_REF_MMD_DIG = "1", # Divider for the input clock, ie 'M' p_REF_MMD_DIG = "1", # Divider for the input clock, ie 'M'