mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
cores/clock/gowin_gw1n: Add back GW1NR support.
This commit is contained in:
parent
e6f316d0f4
commit
d9c44c46ab
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class GW1NPLL(Module):
|
|||
elif device.startswith('GW1N-1S'):
|
||||
self.vco_freq_range = (400e6, 1200e6)
|
||||
self.pfd_freq_range = (3e6, 400e6) # not verified: not found in the datasheet
|
||||
elif device.startswith('GW1N-'):
|
||||
elif device.startswith('GW1N-') or device.startswith('GW1NR-'):
|
||||
self.vco_freq_range = (400e6, 900e6)
|
||||
self.pfd_freq_range = (3e6, 400e6) # not verified: not found in the datasheet
|
||||
|
||||
|
|
Loading…
Reference in a new issue