terasic_deca: Fix default_clk_name.

This commit is contained in:
Florent Kermarrec 2021-03-26 22:43:40 +01:00
parent b54eed0859
commit 52ded1c9aa
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ _connectors = [
# Platform -----------------------------------------------------------------------------------------
class Platform(AlteraPlatform):
default_clk_name = "clk1_50"
default_clk_name = "clk50"
default_clk_period = 1e9/50e6
create_rbf = False