Files
fpga-basics/Max10_RT/timings.sdc
Benjamin Kyd 279813aad7 that again
2022-06-06 21:20:05 +01:00

9 lines
281 B
Tcl

# Clock constraints
create_clock -name "clk12m" -period 83.333ns [get_ports {clk12m}]
# Automatically constrain PLL and other generated clocks
derive_pll_clocks -create_base_clocks
# Automatically calculate clock uncertainty to jitter and other effects.
derive_clock_uncertainty