trenz_tec0117: Update target.

This commit is contained in:
Florent Kermarrec 2021-12-02 18:23:11 +01:00
parent efa1f46356
commit bf8b23c19f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class _CRG(Module):
rst_n = platform.request("rst_n")
# PLL
self.submodules.pll = pll = GW1NPLL(device="GW1N9K")
self.submodules.pll = pll = GW1NPLL(devicename=platform.devicename, device=platform.device)
self.comb += pll.reset.eq(~rst_n)
pll.register_clkin(clk100, 100e6)
pll.create_clkout(self.cd_sys2x, 2*sys_clk_freq, with_reset=False)