From 0caa64760376c54eadd67c2c77e1b0cb2a079811 Mon Sep 17 00:00:00 2001 From: Torsten Meissner Date: Thu, 27 Sep 2012 23:03:41 +0200 Subject: [PATCH] change timespec name from TS_Clk_i to TS_XcClk_i --- cpld/syn/constraints/cpldtest.ucf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpld/syn/constraints/cpldtest.ucf b/cpld/syn/constraints/cpldtest.ucf index 4f8b8d7..0684f24 100644 --- a/cpld/syn/constraints/cpldtest.ucf +++ b/cpld/syn/constraints/cpldtest.ucf @@ -31,4 +31,4 @@ NET Gpio_io<4> LOC = PIN38; # clock timing NET "XcClk_i" TNM_NET = XcClk_i; -TIMESPEC TS_Clk_i = PERIOD "XcClk_i" 40 ns HIGH 50%; +TIMESPEC TS_XcClk_i = PERIOD "XcClk_i" 40 ns HIGH 50%;