platforms/lattice_certuspro_nx_versa: Fix default_clk.
This commit is contained in:
parent
fff2e6bd3f
commit
6d3c87a6f7
|
@ -130,7 +130,7 @@ _connectors = [
|
|||
# Platform -----------------------------------------------------------------------------------------
|
||||
|
||||
class Platform(LatticeNexusPlatform):
|
||||
default_clk_name = "clk125"
|
||||
default_clk_name = "clkin125"
|
||||
default_clk_period = 1e9/125e6
|
||||
|
||||
def __init__(self, device="LFCPNX", toolchain="radiant", **kwargs):
|
||||
|
|
Loading…
Reference in New Issue