manili
09/10/2021, 9:48 AMgds
file? Currently when I type gds in the console, it will write the whole design.Matthew Guthaus
09/10/2021, 3:53 PMmanili
09/10/2021, 6:23 PMTim Edwards
09/11/2021, 2:28 AMmysub
somewhere in the hierarchy of the layout mytop
, then load mysub
followed by gds write
will write an output mysub.gds
containing only that subcell and its descendents. But it sounds like maybe what you want to do is to (1) load a GDS file, (2) edit a specific cell in the layout, (3) write back the GDS file with the modified cell without modifying anything else in the layout. If so, I can give you instructions how to do that (it's not trivial, but it can be done).manili
09/11/2021, 8:32 AMTim Edwards
09/11/2021, 7:56 PMflatten -dobox newcell ; load newcell ; gds write
.manili
09/19/2021, 7:41 PM1 problems occurred. See feedback entries.
error while trying to extract a new GDS file out of the selected box? I thought this is an ignorable error, but looks like it isn’t. It seems that some parts of the design are missing during the new GDS creation process.Tim Edwards
09/19/2021, 11:36 PMmanili
09/20/2021, 2:47 AMfeedback why
:
CIF error in cell avsddac, layer MCON: no room for contacts in area!
Unfortunately, I’m not a layout expert. Would you mind help me resolve the issue, please?Tim Edwards
09/20/2021, 1:22 PMmanili
09/20/2021, 3:00 PMmag
file, there is no DRC errors, however opening the layout as a gds
file leads to more than 5000 errors! Which one is correct?Tim Edwards
09/20/2021, 4:06 PMmag
--> gds
--> mag
will not produce the original layout. That said, though, usually it will read back DRC clean, but it depends somewhat on the layout. What sort of errors do you see?manili
09/20/2021, 4:19 PMDiffusion contact spacing < 0.17um (licon.2)
And it contains 2 row with the same 4 numbers (coords).Tim Edwards
09/20/2021, 5:10 PM.mag
file for the inverter and I can tell you whether it is a problem or not.