Skip to content

Commit

Permalink
Merge pull request #2171 from trabucayre/gw5at_plla
Browse files Browse the repository at this point in the history
soc/cores/clock/gowin_gw5a.py: GW5AT uses PLLA
  • Loading branch information
enjoy-digital authored Feb 3, 2025
2 parents c213c42 + f81e05e commit 2bcbbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/soc/cores/clock/gowin_gw5a.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def do_finalize(self):
o_CLKFBOUT = Open()
)

if self.device.startswith('GW5A-'): # GW5A-25, uses PLLA
if self.device.startswith('GW5A-') or self.device.startswith("GW5AT-"): # GW5A(T), uses PLLA
instance_name = 'PLLA'
self.params.update(
i_MDCLK = 0,
Expand Down

0 comments on commit 2bcbbaf

Please sign in to comment.