• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Digital Implementation
  3. Timing Engine isues **ERROR: (TA-152) complaining about...

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 91
  • Views 18877
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Timing Engine isues **ERROR: (TA-152) complaining about generated clock edges (was: an Error during placement?)

icmaple
icmaple over 15 years ago

During placement, it  issue below Error hint , and placement continues.....

**ERROR: (TA-152): A latency path from the 'Fall' edge of the master clock  at source pin 'clk_adc_in' to the 'Fall' edge of generated clock 'clk18' at pin 'u_center_ctrl/u_clk_gen/u_clkmx2x8m_46/Y' cannot be found. You must modify your create_generated_clock constraint to be consistent with the network topology. The analysis will continue using 0ns source latency for generated clock 'clk18'. For backward compatibility with earlier releases or to remove the edge-to-edge sufficiency checking, you should set the global 'timing_enable_genclk_edge_based_source_latency' to false

Note:  In my sdc file, clk18 defined below:

create_generated_clock -name "clk18"    -edges {1 6 11}  -source [get_ports clk_adc_in]   [get_pins u_center_ctrl/u_clk_gen/clk_tuner_anatv]

Is the clk18 defined incorrectly?

 

  • Cancel
Parents
  • BobD
    BobD over 15 years ago

    I did some learning on this subject and I think I understand better what's going on.  This might make for a subject better tackled in a longer form, but let me take a crack at answering and let me know whether it clarifies the situation.

    The message is indicating that there is an inconsistency between the constraints and what the actual circuit supports.  When looking at issues like this, you need to look at the original create_clock waveform, the edges (or divide_by/multiply_by statements), whether the clock structure is inverted, and whether the flip flop is rising or falling edge triggered.

    If we draw out the the edges for this similar example (which is for a non-inverted circuit, positive edge triggered flip flop) we see a scenario that meets the requirement that all of the edges specified occur on the rising edge of the CLK (ie, the circuit supports the behavior described in the constraints):

     

    In your scenario with edges 1, 6, 11 the problem is that the "6" occurs on a falling edge of the master clock, yet the circuit doesn't support that behavior because the flip flop is triggered on the rising edge.

    The implication of this problem is that although falling edge GEN_CLK paths will be timed, 0 will be used for the source latency value.  You probably don't want this, so you should probably check whether the SDCs describe something the circuit supports.

    You could either make all the edges even numbered (ie, rising to align with rising-edge nature of the flip flop I presume is in your circuit) or assert the recommended "set_global timing_enable_genclk_edge_based_source_latency false" if you want to move past this for a moment and have the timing analysis reflect something that's not possible in the circuit.

    Hope this helps,
    Bob

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • BobD
    BobD over 15 years ago

    I did some learning on this subject and I think I understand better what's going on.  This might make for a subject better tackled in a longer form, but let me take a crack at answering and let me know whether it clarifies the situation.

    The message is indicating that there is an inconsistency between the constraints and what the actual circuit supports.  When looking at issues like this, you need to look at the original create_clock waveform, the edges (or divide_by/multiply_by statements), whether the clock structure is inverted, and whether the flip flop is rising or falling edge triggered.

    If we draw out the the edges for this similar example (which is for a non-inverted circuit, positive edge triggered flip flop) we see a scenario that meets the requirement that all of the edges specified occur on the rising edge of the CLK (ie, the circuit supports the behavior described in the constraints):

     

    In your scenario with edges 1, 6, 11 the problem is that the "6" occurs on a falling edge of the master clock, yet the circuit doesn't support that behavior because the flip flop is triggered on the rising edge.

    The implication of this problem is that although falling edge GEN_CLK paths will be timed, 0 will be used for the source latency value.  You probably don't want this, so you should probably check whether the SDCs describe something the circuit supports.

    You could either make all the edges even numbered (ie, rising to align with rising-edge nature of the flip flop I presume is in your circuit) or assert the recommended "set_global timing_enable_genclk_edge_based_source_latency false" if you want to move past this for a moment and have the timing analysis reflect something that's not possible in the circuit.

    Hope this helps,
    Bob

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information