Skip to content

Commit

Permalink
soc/cores/clock/gowin_gw5a.py: GW5AT uses PLLA
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Feb 2, 2025
1 parent c213c42 commit f81e05e
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 f81e05e

Please sign in to comment.