• 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. ==create Netlist fail for modified av Extracted view==

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 126
  • Views 14132
  • 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

==create Netlist fail for modified av Extracted view==

tomchen
tomchen over 10 years ago

Hi 

back ground:

for some reason , I need to change parameter of a device that on av Extracted view that QRC generated.

but it fails when I use modified av Extract View to create netlist.

And then I use dbSetConnCurrent(geGetEditCellView()) function to fix av Extracted view(open av Extracted and then execute this command).

I can use ADE to  create netlist successfully after I use this command .

But  when I revoke virtuoso, it will fail if I use ADE to create netlist again for av Extracted view . I need to use  dbSetConnCurrent(geGetEditCellView()) again before I create netlist.

is any skill function that can let ADE created netlist successfully for modified av Extracted view even if I revoke virtuoso??

  • Cancel
  • Quek
    Quek over 10 years ago

    Hi tomchen

    The correct method is to use a callProc.il file as follows:

    a. Create a file named "callProc.il" in the Quantus technology directory with the following lines:

    procedure( avExtractedCellViewCallProc(cv)   let( (dev)
          printf("Modifying device parameter\n")
          dev=setof(x cv~>instances x~>cellName=="yourTargetCellName")
          dev~>yourParam=123
       ) ;let
    ) ;procedure

    b. Please replace "yourTargetCellName", "yourParam" and "123" with the actual values

    c. callProc.il will be automatically used by Quantus when generating extracted view


    Best regards
    Quek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 10 years ago

    I'd also recommend Quek's suggestion, but what you're doing also ought to work - maybe you're just not saving the extracted view after marking the connectivity up to date?

    Regards,

    Andrew.

    • 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