Skip to content

Commit

Permalink
Minor cleanup of Sonata XDC
Browse files Browse the repository at this point in the history
  • Loading branch information
marnovandermaas committed Feb 12, 2024
1 parent 82a3d48 commit fdce027
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions data/pins_sonata.xdc
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
## SPDX-License-Identifier: Apache-2.0

## Clocks
create_clock -period 40.000 -name mainclk -waveform {0.000 20.000} [get_ports main_clk]
create_clock -period 100.000 -name tck -waveform {0.000 50.000} [get_ports tck_i]
create_clock -period 40.000 -name main_clk -waveform {0.000 20.000} [get_ports main_clk]
create_clock -period 100.000 -name tck_i -waveform {0.000 50.000} [get_ports tck_i]

## Reset
set_property PACKAGE_PIN R11 [get_ports {nrst_btn}]
set_property IOSTANDARD LVCMOS33 [get_ports {nrst_btn}]
set_property -dict { PACKAGE_PIN R11 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 fdce027

Please sign in to comment.