Skip to content

Commit

Permalink
Update JTAG clock and reset button pins for v0.5 PCB
Browse files Browse the repository at this point in the history
  • Loading branch information
GregAC committed Feb 20, 2024
1 parent 82a3d48 commit 50e49b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 mainclk -waveform {0.000 20.000} [get_ports ma
create_clock -period 100.000 -name tck -waveform {0.000 50.000} [get_ports tck_i]

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

## General purpose LEDs
Expand All @@ -20,8 +20,8 @@ set_property -dict { PACKAGE_PIN A11 IOSTANDARD LVCMOS33 } [get_ports {led_user[
set_property -dict { PACKAGE_PIN F13 IOSTANDARD LVCMOS33 } [get_ports {led_user[6]}];
set_property -dict { PACKAGE_PIN F14 IOSTANDARD LVCMOS33 } [get_ports {led_user[7]}];

## JTAG test
set_property -dict { PACKAGE_PIN H17 IOSTANDARD LVCMOS33 } [get_ports tck_i];
## User JTAG
set_property -dict { PACKAGE_PIN E15 IOSTANDARD LVCMOS33 } [get_ports tck_i];
set_property -dict { PACKAGE_PIN G17 IOSTANDARD LVCMOS33 } [get_ports td_i];
set_property -dict { PACKAGE_PIN J14 IOSTANDARD LVCMOS33 } [get_ports td_o];
set_property -dict { PACKAGE_PIN H15 IOSTANDARD LVCMOS33 } [get_ports tms_i];
Expand Down

0 comments on commit 50e49b9

Please sign in to comment.