How to convert a image to GDS without any DRC issues
Closed this issue · 5 comments
Is there any possibility to convert a image to GDS without any DRC issues for different technology nodes and for different foundaries.
Hi
Each foundry has a different technology rule so I guess making a common GDS file for any foundries is hard work. Instead, you could make multiple GDS files for each foundry by changing command line arguments and running the script many times.
Hi,
Is there any way to include the rule deck in the python script to get a DRC free db.
Or else by including any SKILL script in python.....
The information below may be helpful
https://community.cadence.com/cadence_technology_forums/f/pcb-skill/30223/call-python-program-from-skill
https://pypi.org/project/skillbridge/
Thanks for the help and quick response.... I will go through the above mentioned.....