Skip to content

Commit

Permalink
Move reset button to new pin
Browse files Browse the repository at this point in the history
  • Loading branch information
marnovandermaas authored and GregAC committed Feb 20, 2024
1 parent 898ce7a commit 54f773f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/pins_sonata.xdc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ create_clock -period 40.000 -name main_clk -waveform {0.000 20.000} [get_ports m
create_clock -period 100.000 -name tck_i -waveform {0.000 50.000} [get_ports tck_i]

## Reset
set_property -dict { PACKAGE_PIN R11 IOSTANDARD LVCMOS33 } [get_ports {nrst_btn}]
set_property -dict { PACKAGE_PIN T5 IOSTANDARD LVCMOS33 } [get_ports {nrst_btn}]

## General purpose LEDs
set_property -dict { PACKAGE_PIN B13 IOSTANDARD LVCMOS33 } [get_ports {led_user[0]}];
Expand Down

0 comments on commit 54f773f

Please sign in to comment.