From 0780df86a9ec88bf8810f7fef1d241030dc1b655 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Thu, 17 May 2018 09:17:21 +0100 Subject: first version for rob - supports only 44.1kHz --- spdif.sdc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 spdif.sdc (limited to 'spdif.sdc') diff --git a/spdif.sdc b/spdif.sdc new file mode 100644 index 0000000..f74ef07 --- /dev/null +++ b/spdif.sdc @@ -0,0 +1,15 @@ +# +# Design Timing Constraints Definitions +# + +set_time_format -unit ns -decimal_places 3 + +############################################################################## +# Create Input reference clocks +create_clock -name {xtal_50mhz} -period 20.000 -waveform { 0.000 10.000 } [get_ports { xtal_50mhz }] + +############################################################################## +# Now that we have created the custom clocks which will be base clocks, +# derive_pll_clock is used to calculate all remaining clocks for PLLs +derive_pll_clocks -create_base_clocks +derive_clock_uncertainty \ No newline at end of file -- cgit v1.2.3