Merge pull request #494 from shuffle2/patch-2

diamond: quiet warning about missing clkin freq for EHXPLLL
This commit is contained in:
enjoy-digital 2020-05-04 11:53:10 +02:00 committed by GitHub
commit 7f8e34c65d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -676,6 +676,7 @@ class ECP5PLL(Module):
clkfb = Signal() clkfb = Signal()
self.params.update( self.params.update(
attr=[ attr=[
("FREQUENCY_PIN_CLKI", str(self.clkin_freq/1e6)),
("ICP_CURRENT", "6"), ("ICP_CURRENT", "6"),
("LPF_RESISTOR", "16"), ("LPF_RESISTOR", "16"),
("MFG_ENABLE_FILTEROPAMP", "1"), ("MFG_ENABLE_FILTEROPAMP", "1"),