• 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. Allegro X PCB Editor
  3. write all modified schematics

Stats

  • Replies 2
  • Subscribers 159
  • Views 12787
  • Members are here 0
More Content

write all modified schematics

archive
archive over 17 years ago

I wrote a routine that makes changes on schematic.
From Allegro, it creates a .scr file and runs it.
I need this script that makes changes to write all modified schematics, so I use _mod_write (undocumented on the Concept inline help).
But is there a way to write pages without re-generate the VHDL?
I replace a write for each page (it was too long to proceed 75 pages) for a _mod_write but it is the same. Each page process al 75 pages and re-generate the VHDL.

My script just adds user_defined properties on parts, so no need to re-write VHDL.

Thanks in advance.


Originally posted in cdnusers.org by willbi
  • Cancel
  • Sign in to reply
Parents
  • archive
    archive over 17 years ago

    Thanks. it works!

    if(cpm then
    system(strcat("cpmaccess -write " cpm " CONCEPTHDL OUTPUT_VHDL OFF"))
    cmdString=strcat("nconcepthdl -proj " cpm " -scr " jobPath "/temp/notmounted.scr")
    system(cmdString)
    system(strcat("cpmaccess -delete " cpm " CONCEPTHDL OUTPUT_VHDL"))
    )

    Is there a way to start the script in the opened session of the schematic ?
    in the cmp file, there is a Global directive which is session_name.

    Can I use this to find if there is an opened session of the schematic or even if there is any not written changes?


    Originally posted in cdnusers.org by willbi
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • archive
    archive over 17 years ago

    Thanks. it works!

    if(cpm then
    system(strcat("cpmaccess -write " cpm " CONCEPTHDL OUTPUT_VHDL OFF"))
    cmdString=strcat("nconcepthdl -proj " cpm " -scr " jobPath "/temp/notmounted.scr")
    system(cmdString)
    system(strcat("cpmaccess -delete " cpm " CONCEPTHDL OUTPUT_VHDL"))
    )

    Is there a way to start the script in the opened session of the schematic ?
    in the cmp file, there is a Global directive which is session_name.

    Can I use this to find if there is an opened session of the schematic or even if there is any not written changes?


    Originally posted in cdnusers.org by willbi
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
Cadence Guidelines

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