terasic_deca: Fix default_clk_name.
This commit is contained in:
parent
b54eed0859
commit
52ded1c9aa
|
@ -288,7 +288,7 @@ _connectors = [
|
||||||
# Platform -----------------------------------------------------------------------------------------
|
# Platform -----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
class Platform(AlteraPlatform):
|
class Platform(AlteraPlatform):
|
||||||
default_clk_name = "clk1_50"
|
default_clk_name = "clk50"
|
||||||
default_clk_period = 1e9/50e6
|
default_clk_period = 1e9/50e6
|
||||||
create_rbf = False
|
create_rbf = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue