Keywords: Trce, DDR, analysis, 41, 51
When I create timegroups using the RISING/FALLING keywords, I obtain no elements in that group. The following is the UCF syntax:
TIMEGRP "RXCLK1_RISING" = RISING "src_ddr_RxClock_1";
TIMEGRP "RXCLK1_FALLING" = FALLING "src_ddr_RxClock_1";
OFFSET = IN 2.5 ns VALID 5 ns BEFORE "src_ddr_RxClock_1" TIMEGRP "RXCLK1_RISING";
OFFSET = IN 2.5 ns VALID 5 ns BEFORE "src_ddr_RxClock_1" TIMEGRP "RXCLK1_FALLING";
Map reported the following warning messages:
WARNING:MapLib:41 - All members of TNM group "RXCLK3_RISING" have been optimized out of the design.
WARNING:MapLib:41 - All members of TNM group "RXCLK3_FALLING" have been optimized out of the design.
WARNING:MapLib:51 - The offset specification "OFFSET=IN 0 pS VALID 5000 pS BEFORE src_ddr_RxClock_3 TIMEGRP RXCLK3_RISING" has been discarded because its register group (RXCLK3_RISING) was optimized away.
WARNING:MapLib:51 - The offset specification "OFFSET=IN 0 pS VALID 5000 pS BEFORE src_ddr_RxClock_3 TIMEGRP RXCLK3_FALLING" has been discarded because its register group (RXCLK3_FALLING) was optimized away.