Skip to content

Commit

Permalink
colorlight_5a_75b: fix rst_n
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jan 22, 2020
1 parent 8da8ed7 commit c07e4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex_boards/partner/targets/colorlight_5a_75b.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self, platform, sys_clk_freq):

# 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
Expand Down

0 comments on commit c07e4a6

Please sign in to comment.