cores/clock/gowin_gw1n: Add back GW1NR support.

This commit is contained in:
Florent Kermarrec 2021-12-02 18:22:42 +01:00
parent e6f316d0f4
commit d9c44c46ab
1 changed files with 1 additions and 1 deletions

View File

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