[SOLVED] fast clock signal to slow clock signal transfer - I Need No timing check.

Status
Not open for further replies.

Port Map

Advanced Member level 4
Joined
Aug 24, 2013
Messages
118
Helped
15
Reputation
30
Reaction score
14
Trophy points
1,298
Visit site
Activity points
2,089
Hi.
I want to pass a signal from a fast clock domain to slow clock domain but the timing analysis fails.

I need no timing analysis for this path.
How can I disable Timing analysis for these signals?
Or how can disable Timing analysis for these domains?

I'm using ISE 14.3.
 

How can I disable Timing analysis for these signals?

Use a TIG contraint. You can read all about TIG constraints in this here document.

Alternatively if you have more than a 1-bit signal, you may want to use a small fifo to go between clock domains.
 
Very thanks to your helps.
I use the TIG in UCF file like this:

NET "sClock20M" TNM_NET =FFS sClock20M_GRP;
NET "sClock200M" TNM_NET =FFS sClock200M_GRP;
TIMESPEC TS_Example = FROM "sClock200M_GRP" TO "sClock20M_GRP" TIG;
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…