From f81e05e20b354ac8c90b30672454152f8b1f3c88 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sun, 2 Feb 2025 16:25:00 +0100 Subject: [PATCH] soc/cores/clock/gowin_gw5a.py: GW5AT uses PLLA --- litex/soc/cores/clock/gowin_gw5a.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/soc/cores/clock/gowin_gw5a.py b/litex/soc/cores/clock/gowin_gw5a.py index c5d00f2177..c7e0ad4444 100644 --- a/litex/soc/cores/clock/gowin_gw5a.py +++ b/litex/soc/cores/clock/gowin_gw5a.py @@ -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,