blob: 1febf5c17ac4b451e18ea2de363090c23b88d80e (
plain) (
blame)
1
2
3
4
|
# This is the clock for timing analysis, not timing-driven synthesis.
# See init.tcl for the other clock.
create_clock -period "50 MHz" native_clk
create_clock -period "45 MHz" clk
|