• 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. Custom IC Design
  3. Warning: Net “clk is not glued to any wire”

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 125
  • Views 14523
  • 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

Warning: Net “clk is not glued to any wire”

Genas
Genas over 6 years ago

I have this Warning: Net “clk is not glued to any wire” and I dont know the cause of the problem.

Can you help me with possible solutions?

Thanks

Genas

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 6 years ago

    Hi Genas,

    I'm not sure that's the message exactly - I think it's more likely to be:

    Warning: Name "clk" is not glued to any wire.

    This can happen if a wire label is no longer attached to a wire. This can either happen due to SKILL which manipulates the database, and from looking at the code there's a possibility that it can happen when wires are merged although it's not clear to me precisely what would cause the label to become detached as it seems to do a pretty good job of identifying a wire segment to reattach to.

    The warning marker should identify the corresponding label (using Check->Find Marker) and you can see the attachments using Check->Label Attachment and pick "wire" on the form. The solution is to delete the label and then use Create->Wire Name to add it again attached to the wire you want.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 6 years ago

    Hi Genas,

    I'm not sure that's the message exactly - I think it's more likely to be:

    Warning: Name "clk" is not glued to any wire.

    This can happen if a wire label is no longer attached to a wire. This can either happen due to SKILL which manipulates the database, and from looking at the code there's a possibility that it can happen when wires are merged although it's not clear to me precisely what would cause the label to become detached as it seems to do a pretty good job of identifying a wire segment to reattach to.

    The warning marker should identify the corresponding label (using Check->Find Marker) and you can see the attachments using Check->Label Attachment and pick "wire" on the form. The solution is to delete the label and then use Create->Wire Name to add it again attached to the wire you want.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
  • Genas
    Genas over 6 years ago in reply to Andrew Beckett

    Yes Warning: Name "clk" is not glued to any wire is the actual message.  However, I deleted the label and even attached a noconn to the net but i still get this warning. I am really surprised I thought deleting will eliminate it totally. I will appreciate if you have any possible suggestions

    Thanks for the response

    Genas

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 6 years ago in reply to Genas

    Hi Genas,

    It suggests that there's still a floating label. Can you open the schematic, and do:

    cv=geGetEditCellView()
    labels=setof(lab cv~>shapes lab~>objType=="label" && lab~>theLabel="clk")

    Show what that returns. Then do:

    labels~>parent

    and see what that returns.

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Genas
    Genas over 6 years ago in reply to Andrew Beckett

    A floating label was causing the error and I was able to clear the label by copying the schematic without that block. And later adding that block.

    Thanks for the assistance

    Genas

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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