Uri Shaked
12/03/2022, 8:17 PMTim Edwards
12/04/2022, 12:24 AMcif see command and giving the CIF equivalent name of the GDS layer. For dual-gate (which most people, including me, would normally call "thick oxide" or "thickox"), use cif see DUALGATE. You cannot edit the layer directly, but the "DUALGATE" layer is inferred from high-voltage transistors. So if you have a device mvnfet or mvpfet, then DUALGATE will be in the GDS output surrounding those transistors.Uri Shaked
12/04/2022, 7:42 AMcif see DUALGATE, when opening a standard cell library inverter:Uri Shaked
12/04/2022, 7:42 AMUri Shaked
12/04/2022, 7:43 AMUri Shaked
12/04/2022, 7:43 AMUri Shaked
12/04/2022, 7:43 AMUri Shaked
12/04/2022, 7:43 AMUri Shaked
12/04/2022, 7:44 AMTim Edwards
12/04/2022, 2:06 PMGDS_FILE that is a pointer to the foundry GDS file, so that when the layout is written, the foundry data is inserted instead of being generated from Magic (and also means that the hierarchical processing can be skipped, so generating GDS is faster). Unfortunately, though, that means that in the case of any cell with the GDS_FILE property, Magic is not WYSIWYG. I started coding a method for correcting that problem, but left it unfinished (too many other priorities in the way). Eventually I will get around to finishing it. Meanwhile, just be cognizant that cells in the PDK that come from the foundry all have the GDS_FILE property and the view in magic may not correspond exactly to the foundry data.Uri Shaked
12/04/2022, 2:53 PMUri Shaked
12/04/2022, 2:55 PM