mgrad
Newbie level 1
Hi all,
I am new in silvaco and try to learn the way of code writing in this software.
1:I want to have etching in the middle of the sio2 and the thickness of the middle should be 0.1 um and the thickness of the both sides should be 1um.but when I write etch middle in the following code it doesn't operate .just in left and right it operates.
2:I want to write a command to show the thickness automaticly without using ruler to measure the thickness.
go athena
#TITLE: Oxide Profile Evolution Example
# Substrate mesh definition
line y loc=0 spac=0.05
line y loc=0.6 spac=0.2
line y loc=1
line x loc=-1 spac=0.2
line x loc=-0.2 spac=0.05
line x loc=0 spac=0.05
line x loc=1 spac=0.2
init orient=100
# Pad oxide mask
deposit oxide thick=0.9 div=1
etch oxide left pl.x=-0.2
# Field oxidation with structure file output for movie
diffuse tim=220 tem=1000 dryo2 dump=1 dump.prefix=anoxex01m
tonyplot -st anoxex01m.str
structure outfile=anoxex01m.str
#display actual oxide thickness achieved
I am new in silvaco and try to learn the way of code writing in this software.
1:I want to have etching in the middle of the sio2 and the thickness of the middle should be 0.1 um and the thickness of the both sides should be 1um.but when I write etch middle in the following code it doesn't operate .just in left and right it operates.
2:I want to write a command to show the thickness automaticly without using ruler to measure the thickness.
go athena
#TITLE: Oxide Profile Evolution Example
# Substrate mesh definition
line y loc=0 spac=0.05
line y loc=0.6 spac=0.2
line y loc=1
line x loc=-1 spac=0.2
line x loc=-0.2 spac=0.05
line x loc=0 spac=0.05
line x loc=1 spac=0.2
init orient=100
# Pad oxide mask
deposit oxide thick=0.9 div=1
etch oxide left pl.x=-0.2
# Field oxidation with structure file output for movie
diffuse tim=220 tem=1000 dryo2 dump=1 dump.prefix=anoxex01m
tonyplot -st anoxex01m.str
structure outfile=anoxex01m.str
#display actual oxide thickness achieved