Home > Community > Forums > Digital Implementation > how to add a global net

Email

* Required Fields

Recipients email * (separate multiple addresses with commas)

Your name *

Your email *

Message *

Contact Us

* Required Fields
First Name *

Last Name *

Email *

Company / Institution *

Comments: *

 how to add a global net 

Last post Thu, Jul 5 2012 8:17 AM by anil chatrathi. 2 replies.
Started by anil chatrathi 05 Jul 2012 07:40 AM. Topic has 2 replies.
Page 1 of 1 (3 items)
Sort Posts:
  • Thu, Jul 5 2012 7:40 AM

    how to add a global net Reply

     Hi,

    I have a requirement add dummy power net which has to conected to macro pins.

    with "addNet  -physical only "   I could  able to create the net. But it is not created as global net.

    When I do a globalnetconnection to the macro pins I am getting an error that the net created is not a global net.

    can any one suggest me to  add a global net and conect it to a pin    in encounter.

     

    Thanks andRegards, Anil

     

     

     

     

    • Post Points: 20
  • Thu, Jul 5 2012 7:54 AM

    • wally1
    • Top 50 Contributor
    • Joined on Mon, Aug 4 2008
    • <?xml version="1.0" encoding="utf-16"?><string>Bellevue, WA</string>
    • Posts 125
    • Points 2,440
    Re: how to add a global net Reply

    Hi Anil,

    Try the following depending on whether it is power or ground:

    addNet -physical vddcore

    addNet -physical gndcore

    setNet -net vddcore -type special

    setNet -net gndcore -type special

    dbSetIsNetPwr vddcore

    dbSetIsNetGnd gndcore

     

     

    More info is in solution:

    http://support.cadence.com/wps/mypoc/cos?uri=deeplinkmin:ViewSolution;solutionNumber=11732912

     

    Thanks,

    Brian

    • Post Points: 20
  • Thu, Jul 5 2012 8:17 AM

    Re: how to add a global net Reply

    Thank You, Brian.

    • Post Points: 5
Page 1 of 1 (3 items)
Sort Posts:
Started by anil chatrathi at 05 Jul 2012 07:40 AM. Topic has 2 replies.