• 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. "On the fly" Diva drc file generation using Skill

Stats

  • Locked Locked
  • Replies 0
  • Subscribers 142
  • Views 5556
  • 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

"On the fly" Diva drc file generation using Skill

archive
archive over 18 years ago

I created a node plot generator using Diva DRC to "extract" the nets, and Skill to convert the DRC markers back to the real layers. My "problem" is in generating the Diva DRC rules file. My current work-a-round is to call a csh script, with the list of net names as comand line options. The script starts off with a general rule header, then adds to that the netname specific section for each net (using vim to do a search-and-replace), and finishing by adding the final portion of the rule file. It works, but ONLY if icfb is launched as a foreground process. As a background process (icfb &), the csh script hangs. My question is, how can I get Skill to do the same thing my csh script does now? IN SKILL: Comand = "/users/mlewis/bin/shownet_files/shownet.csh" Full_Comand = cons( Comand ListOfNets ) Diva_Rules_File = buildString( Full_Comand " " ) csh( Diva_Rules_File ) IN CSH cat /users/mlewis/bin/shownet_files/shownet.rul.top > divaDRC.rul foreach i ($*) cat /users/mlewis/bin/shownet_files/shownet.rul.mid >> divaDRC.rul echo ":g/NETNAME/s/NETNAME/"$i"/g" > temp_file echo ":wq" >> temp_file vim -s temp_file divaDRC.rul rm temp_file end cat /users/mlewis/bin/shownet_files/shownet.rul.bot >> divaDRC.rul Thank you Michael


Originally posted in cdnusers.org by cmosmike
  • 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