Initial commit

This commit is contained in:
2026-01-10 11:03:18 +03:00
commit 475cc318ac
5 changed files with 1015 additions and 0 deletions

12
azure_led_blink.sdc Normal file
View File

@@ -0,0 +1,12 @@
# Clocks
create_clock -name clk_125 -period 8 [get_ports CLK_125M]
create_clock -name clk_xcvr_ref -period 1.551 [get_ports CLK_QSFP_OSC]
create_clock -name clk_pcie1 -period 10 [get_ports CLK_PCIE1]
create_clock -name clk_pcie2 -period 10 [get_ports CLK_PCIE2]
derive_pll_clocks
derive_clock_uncertainty
# Exceptions
set_false_path -to [get_ports {LEDS[*]}]