platforms/lattice_certuspro_nx_versa: Fix default_clk.

This commit is contained in:
Florent Kermarrec 2024-07-17 15:14:53 +02:00
parent fff2e6bd3f
commit 6d3c87a6f7
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ _connectors = [
# Platform ----------------------------------------------------------------------------------------- # Platform -----------------------------------------------------------------------------------------
class Platform(LatticeNexusPlatform): class Platform(LatticeNexusPlatform):
default_clk_name = "clk125" default_clk_name = "clkin125"
default_clk_period = 1e9/125e6 default_clk_period = 1e9/125e6
def __init__(self, device="LFCPNX", toolchain="radiant", **kwargs): def __init__(self, device="LFCPNX", toolchain="radiant", **kwargs):