clex02.in : Metal Elbows with Etch Models
Requires: CLEVER
CLEVER is used in this example to simulate an "L" shaped metal region, often found in custom cells, which is insulated from the silicon substrate by a 0.5um oxide layer. The processing steps are very simple requiring only etching and deposition.
As with any CLEVER simulation the process etching steps are driven from a layout file generated from MaskViews. This file will be included in the support files when this example is loaded.
A more advanced etching model is used compared with the previous example. In this model etching is performed along a material boundary at a specified Rate and Time . An Isotropic component is also specified so that etching is performed laterally as well as vertically. This results in the "non-manhattan" geometry where the sidewalls are no longer vertical but may have a "slope".
Once the process simulation is complete, the three-dimensional structure is saved with the Save statement and can be plotted using TonyPlot3d.
Finally the interconnect parasitic extraction is carried out using the Interconnect statement. Firstly, however, the material parameters of silicon are defined using the Material statement so that in this case silicon "inherits" the same material properties as silicon. In this example only the parasitic capacitance values are calculated from the field solver. During this calculation automatic mesh adaption is performed with the Adapt parameter whereby the mesh is modified until the error in the capacitance extraction is reduced to the default maximum of 5% of the capacitance. The structure and the SPICE netlist are then saved.
To load and run this example, select the Load button in DeckBuild > Examples. This will copy the input file and any support files to your current working directory. Select the Run button in DeckBuild to execute the example.
Input Deck
go VictoryProcess ## Process Description ## Init Layout=clex02.lay Material=Silicon Depth=1 Deposit Material=Oxide Thickness=0.5 Max Deposit Material=Aluminum Thickness=0.5 Max Etch Material=Aluminum thickness=0.5 max angle=87 Mask=MET1 DeltaCD=-0.027 Electrodes Mask=MET1 Material=Aluminum Deposit Material=Oxide Thickness=1 Max Save Name=clex02_0 ## Parasitic Extraction ## go Clever Init Structure="clex02_0.str" Material Silicon Inherit(Oxide) Interconnect Capacitance AdaptC=0.02 Save Spice="clex02.net" quit