syedshan
Advanced Member level 1
- Joined
- Feb 27, 2012
- Messages
- 463
- Helped
- 27
- Reputation
- 54
- Reaction score
- 26
- Trophy points
- 1,308
- Location
- Jeonju, South Korea
- Activity points
- 5,134
Hi
I think the question is self explanatory.
I cannot understand when to apply this (one case is of course when we see that some path is not critically important for timing, I guess?)
I am having setup problems with my design that is using MIG and the problem occurs in the MIG, since I use the vendor design as my reference hence in the UCF file I have found the timing ignorance commands like
as an example...
so I was wondering if I can trace back why do they ignore these timings.
bests
Shan
I think the question is self explanatory.
I cannot understand when to apply this (one case is of course when we see that some path is not critically important for timing, I guess?)
I am having setup problems with my design that is using MIG and the problem occurs in the MIG, since I use the vendor design as my reference hence in the UCF file I have found the timing ignorance commands like
Code:
#TIMESPEC TS_CLK_synth_7 = FROM "clk125_B0p_0" TO "sip_clkrst_fm680_0_i_clkrst_fm680_clk_buf_inst_clkout2" TIG;
#TIMESPEC TS_CLK_synth_8 = FROM "clk125_B0p_0" TO "sip_clkrst_fm680_0_i_clkrst_fm680_clk_buf_inst_clkout1" TIG;
#TIMESPEC TS_CLK_synth_9 = FROM "clk125_B0p_0" TO "sip_clkrst_fm680_0_i_clkrst_fm680_clk_buf_inst_clkout0" TIG;
#TIMESPEC TS_CLK_200m_0 = FROM "clk125_B0p_0" TO "sip_clkrst_fm680_0_i_clkrst_fm680_clk_200_inst_clkout0" TIG;
#TIMESPEC TS_CLK_200m_1 = FROM "sip_clkrst_fm680_0_i_clkrst_fm680_clk_200_inst_clkout0" TO "clk125_B0p_0" TIG;
as an example...
so I was wondering if I can trace back why do they ignore these timings.
bests
Shan