• 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. Encounter Special Route fails (warning ENCSR-1254)

Stats

  • Locked Locked
  • Replies 10
  • Subscribers 92
  • Views 16025
  • 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

Encounter Special Route fails (warning ENCSR-1254)

bjbit
bjbit over 13 years ago

Hi,

I am new to P&R on Encounter. When I follow the step to Special Route, it shows the following warning and fails to route.

=========================================================== 

 Begin power routing ...

**WARN: (ENCSR-1254):   Net VDD does not have block pins to be routed. Please check net list.

**WARN: (ENCSR-1255):   Net VDD does not have pad pins to create pad ring. Please check net list or port class. (must NOT be CORE class and must not be AREAIO subclass). 

**WARN: (ENCSR-1256):   Net VDD does not have CORE class pad pins to be routed.

        Please check net list or port class.

Net VDD does not have AREAIO class pad pins to be routed.

        Please check net list or port class.

**WARN: (ENCSR-1254):   Net VSS does not have block pins to be routed. Please check net list.

**WARN: (ENCSR-1255):   Net VSS does not have pad pins to create pad ring. Please check net list or port class. (must NOT be CORE class and must not be AREAIO subclass). 

**WARN: (ENCSR-1256):   Net VSS does not have CORE class pad pins to be routed.

        Please check net list or port class.

Net VSS does not have AREAIO class pad pins to be routed.

        Please check net list or port class.

  Number of IO ports routed: 0

  Number of Block ports routed: 0

   Number of Stripe ports routed: 0

  Number of Core ports routed: 0

  Number of Pad ports routed: 0

  Number of Power Bump ports routed: 0

====================================================
 
My netlist in verilog is:
=====================================================
module PRtest ( out, in );
output  out;
input  in;
NOT I0 ( net1, VSS, in, VDD);
NAND2 I1 ( net3, VSS, net1, net1, VDD);
NAND3 I2 ( out, VSS, net3, net3, net3, VDD);
endmodule

module NOT ( OUT, VSS, IN, VDD );
output  OUT, VSS;
input  IN, VDD;
endmodule

module NAND2 ( OUT, VSS, IN1, IN2, VDD );
output  OUT, VSS;
input  IN1, IN2, VDD;
endmodule

module NAND3 ( OUT, VSS, IN1, IN2, IN3, VDD );
output  OUT, VSS;
input  IN1, IN2, IN3, VDD;
endmodule
================================================= 
 
Since there is not troubleshooting information in user manual or help library, I wish I can find some helps here. Thanks in advance. 
  • Cancel
Parents
  • bjbit
    bjbit over 13 years ago

    Hi Brian,

    Thanks a lot for your advice. Yes I have only 3 standard cells. By disabling other pin options, no more warning is reported. However, still no route generated.

    ==============================

    Begin power routing ...

    Number of Stripe ports routed: 0

    Number of Core ports routed: 0

    ==============================

    My Sroute setting is:

    ==============================

    Begin option processing ...

    (from .sroute_15140.conf) srouteConnectPowerBump set to false

    (from .sroute_15140.conf) routeSelectNet set to "VSS VDD"

    (from .sroute_15140.conf) routeSpecial set to true

    (from .sroute_15140.conf) srouteConnectBlockPin set to false

    (from .sroute_15140.conf) srouteConnectPadPin set to false

    (from .sroute_15140.conf) srouteCrossoverViaTopLayer set to 6

    (from .sroute_15140.conf) srouteFollowCorePinEnd set to 3

    (from .sroute_15140.conf) srouteJogControl set to "preferWithChanges differentLayer"

    (from .sroute_15140.conf) sroutePadPinAllPorts set to true

    (from .sroute_15140.conf) sroutePreserveExistingRoutes set to true

    (from .sroute_15140.conf) srouteTopLayerLimit set to 6

    (from .sroute_15140.conf) srouteTopTargetLayerLimit set to 6

    End option processing

     ================================

    Any further advices for this problem? Thanks again.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • bjbit
    bjbit over 13 years ago

    Hi Brian,

    Thanks a lot for your advice. Yes I have only 3 standard cells. By disabling other pin options, no more warning is reported. However, still no route generated.

    ==============================

    Begin power routing ...

    Number of Stripe ports routed: 0

    Number of Core ports routed: 0

    ==============================

    My Sroute setting is:

    ==============================

    Begin option processing ...

    (from .sroute_15140.conf) srouteConnectPowerBump set to false

    (from .sroute_15140.conf) routeSelectNet set to "VSS VDD"

    (from .sroute_15140.conf) routeSpecial set to true

    (from .sroute_15140.conf) srouteConnectBlockPin set to false

    (from .sroute_15140.conf) srouteConnectPadPin set to false

    (from .sroute_15140.conf) srouteCrossoverViaTopLayer set to 6

    (from .sroute_15140.conf) srouteFollowCorePinEnd set to 3

    (from .sroute_15140.conf) srouteJogControl set to "preferWithChanges differentLayer"

    (from .sroute_15140.conf) sroutePadPinAllPorts set to true

    (from .sroute_15140.conf) sroutePreserveExistingRoutes set to true

    (from .sroute_15140.conf) srouteTopLayerLimit set to 6

    (from .sroute_15140.conf) srouteTopTargetLayerLimit set to 6

    End option processing

     ================================

    Any further advices for this problem? Thanks again.

    • 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