colorlight_5a_75b: fix rst_n

This commit is contained in:
Florent Kermarrec 2020-01-22 14:57:48 +01:00
parent 8da8ed7a0e
commit c07e4a6b3a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class _CRG(Module):
# Clk / Rst
clk25 = platform.request("clk25")
rst_n.eq(platform.request("user_btn_n", 0))
rst_n = platform.request("user_btn_n", 0)
platform.add_period_constraint(clk25, 1e9/25e6)
# PLL