Merge pull request #1317 from Icenowy/gw2apll

GW1NPLL: add GW2A
This commit is contained in:
enjoy-digital 2022-06-02 17:32:35 +02:00 committed by GitHub
commit e0f183c219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ class GW1NPLL(Module):
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
elif device.startswith('GW2A-'):
self.vco_freq_range = (500e6, 1250e6) # datasheet values
self.pfd_freq_range = (3e6, 500e6) # datasheet values
try:
self.vco_freq_range