DRC - merged command loosing shapes(holes)

edited March 2018 in General
Hi All,

I am trying to merge all shapes using DRC engine with a small script below, but i can see a lot of holes missing in a random fashion.
Please let me know if it can be handled differently.

source("shapes.gds")
target("shapes_out.gds", source.layout.top_cell.name)
input(23,0).merged.output(23,0)

I have GDS testcase but don't know how to upload it here.

Thanks & Regards
Rambir

Comments

  • edited March 2018

    Hi Rambir,

    that's the right way to do it. I'm interested to see what's wrong.

    You can provide a testcase

    • Through DropBox or other public web space: paste a link here
    • As attachment to the mail address mentioned under "contact"

    You can also file an issue on GitHub. There you can attach files.

    Thanks,

    Matthias

  • edited November -1
    Hi Matthias,

    Sorry for delayed response.
    I have sent an email with the testcase.

    Best Regards
    Rambir
  • edited November -1

    Hi Rambir,

    thanks for the testcase - that was very helpful. I was able to identify the problem and provide a fix. It's going to be released with the next minor release.

    Best regards,

    Matthias

  • edited November -1
    HI Matthias,

    This is a good news.
    Thank you for your hardwork.

    Best Regards
    Rambir
Sign In or Register to comment.