• 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 SKILL
  3. Adding Power/Ground/Signal markers to *PININFO in auCDL...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 2957
  • 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

Adding Power/Ground/Signal markers to *PININFO in auCDL netlist.

JameelAhmed
JameelAhmed over 3 years ago

Hi,

When I CDL out a schematic and check the "Display Pin Information", for example, the netlist contains the *PININFO for each ckt as shown below

.SUBCKT AERC.6.0  X_OUTIN_A IN_B IN_C VDD
*.PININFO IN_A:I IN_B:I IN_C:I X_OUT:O VDD:B
XI1 IN_A net12 IN_B X1 net13 net14 / AERC.6.0.sub
XI0 X1 net15 net18 IN_C VDD  X_OUT/ AERC.6.0.sub
.ENDS

The *PININFO includes the direction of the pin for each of the in, in this example the IN_A, IN_B and IN_C are input pins and GND is an output pin and VDD is an  inputOutput/Bi directional pin.

In addition to the pin direction, I would also like to include the signalType information in the netlist, for example in the schematic I can chose the signaltype on the pin as power, ground, signal, clock etc.

Could you please let me know how I can go about doing this?

Ideally, I would like to output the *PININFO line as. Basically I want to concatenate the signalType of the pin after the pin direction.

*.PININFO IN_A:I:signal IN_B:I:signal IN_C:I:signal X_OUT:O:ground VDD:B:power

I would really appreciate any help.

Thanks,

Jameel

 

  • Cancel
Parents
  • JameelAhmed
    JameelAhmed over 3 years ago

    After doing more search, I found the following in the Cadence® Analog Design Environment user guide.

    PININFO for Power and Ground Pins
    If you want power and ground pin names to appear with :P and :G, respectively, in the
    *.PININFO line in the CDLOut netlist for non-global signals, you can specify this with the
    cellViewPowerPins and cellViewGroundPins properties.
    For example, you may have four pins in the cellView, namely A, B, VSS, and VDD, and you want
    the PININFO lines to appear as follows:
    .SUBCKT test A B VDD VSS
    *.PININFO B:P VSS:G A:G VDD:P
    .ENDS
    From the schematic cellView, click Edit – Properties – CellView. Click Add in the User
    Property section and add the following properties:
    cellViewPowerPins, with Type as ilList and Value as ("B" "VDD")
    cellViewGroundPins, with Type as ilList and Value as ("A" "VSS")
    Then, check and save the cellView.
    When you run the netlister, CDL Out checks for two properties of the type ilList in the
    cellview, namely cellViewPowerPins and cellViewGroundPins, and generates the
    netlist according to information specified with them. The PININFO lines in the netlist appear
    as mentioned above.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • JameelAhmed
    JameelAhmed over 3 years ago

    After doing more search, I found the following in the Cadence® Analog Design Environment user guide.

    PININFO for Power and Ground Pins
    If you want power and ground pin names to appear with :P and :G, respectively, in the
    *.PININFO line in the CDLOut netlist for non-global signals, you can specify this with the
    cellViewPowerPins and cellViewGroundPins properties.
    For example, you may have four pins in the cellView, namely A, B, VSS, and VDD, and you want
    the PININFO lines to appear as follows:
    .SUBCKT test A B VDD VSS
    *.PININFO B:P VSS:G A:G VDD:P
    .ENDS
    From the schematic cellView, click Edit – Properties – CellView. Click Add in the User
    Property section and add the following properties:
    cellViewPowerPins, with Type as ilList and Value as ("B" "VDD")
    cellViewGroundPins, with Type as ilList and Value as ("A" "VSS")
    Then, check and save the cellView.
    When you run the netlister, CDL Out checks for two properties of the type ilList in the
    cellview, namely cellViewPowerPins and cellViewGroundPins, and generates the
    netlist according to information specified with them. The PININFO lines in the netlist appear
    as mentioned above.

    • 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