Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[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
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;
 

That TIMESPEC seems to be okay.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top