Skip to content
Snippets Groups Projects
Commit 52ded1c9 authored by Florent Kermarrec's avatar Florent Kermarrec
Browse files

terasic_deca: Fix default_clk_name.

parent b54eed08
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment