氧化及离子注入工艺模拟实验.doc_第1页
氧化及离子注入工艺模拟实验.doc_第2页
氧化及离子注入工艺模拟实验.doc_第3页
氧化及离子注入工艺模拟实验.doc_第4页
氧化及离子注入工艺模拟实验.doc_第5页
已阅读5页,还剩1页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

实验一 氧化及离子注入的TCAD工艺模拟实验一、实验目的1. 熟悉Silvaco TCAD的仿真模拟环境;2. 掌握氧化工艺的关键影响参数,以及如何在TCAD环境下进行氧化工艺模拟;3. 掌握离子注入的关键工艺影响参数,以及如何在TCAD环境下进行离子注入工艺模拟; 二、实验要求 仔细阅读实验内容,独立编写程序,掌握基本的TCAD使用; 熟悉氧化及离子注入的基本原理,和关键工艺参数; 记录Tonyplot的仿真结果,并进行相关分析。三、实验内容1. 氧化工艺模拟参考模拟程序:go athena#TITLE: Mixed Ambient Oxidation Example# This example demonstrates mixed ambient oxidation in 1D#line x loc=0.0 sp=1.0line x loc=1.0 sp=1.0line y loc=0.0 sp=0.05line y loc=1.0 sp=0.05initialize#diffuse time=60 temperature=1000 f.o2=4.structure outfile=anoxexo4.str#endtonyplot -st anoxexo4.str#line x loc=0.0 sp=1.0line x loc=1.0 sp=1.0line y loc=0.0 sp=0.05line y loc=1.0 sp=0.05initialize#diffuse time=60 temperature=1000 f.o2=8.structure outfile=anoxexo8.str#endtonyplot -st anoxexo8.str#line x loc=0.0 sp=1.0line x loc=1.0 sp=1.0line y loc=0.0 sp=0.05line y loc=1.0 sp=0.05initialize#diffuse time=60 temperature=1000 f.o2=8 f.h2=8.structure outfile=anoxexo8h8.str#endtonyplot -st anoxexo8h8.str#line x loc=0.0 sp=1.0line x loc=1.0 sp=1.0line y loc=0.0 sp=0.05line y loc=1.0 sp=0.05initialize#diffuse time=60 temperature=1000 f.o2= 8 f.h2=20structure outfile=anoxexo8h20.str#endtonyplot -st anoxexo8h20.strquit四幅图分别显示的是在相同的时间内,水汽氧化的气压分别在2、4、6、8的情况下衬底的厚度,由图可看出气压越高,衬底厚度越大,即氧化速率越快。设计氧化工艺模拟程序,分析说明干氧氧化和湿氧氧化的区别:干氧的氧化膜结构致密、均匀性和重复性好、掩蔽能力强、钝化效果好、但生长速率慢。 湿氧的氧化膜结构疏松,表面有缺陷,含水量多,对杂质的掩蔽能力差,但生长速率快。 一般湿氧很少单独使用,因为它对硅表面影响较大,湿氧和光刻胶的接触也不好。 一般稍微对厚度要求的氧化层两个表面采用干氧,也就是干氧湿氧干氧(简称干湿干)的过程。2、离子注入工艺模拟设计离子注入工艺模拟程序,分析说明离子注入的关键工艺影响参数参考程序,教程P23 硼离子注入及退火模拟程序及p32程序硼离子注入程序:go athena#TITLE: Simple Boron Anneal#the x dimension definitionline x loc = 0.0 spacing=0.1line x loc = 0.1 spacing=0.1#the vertical definitionline y loc = 0 spacing = 0.02line y loc = 2.0 spacing = 0.20#initialize the meshinit silicon c.phos=1.0e14#perform uniform boron implantimplant boron dose=1e13 energy=70#perform diffusiondiffuse time=30 temperature=1000extract name=“xj” xj silicon mat.occno=1 x.val=0.0 junc.occno=1#plot the final profiletonyplot#save the structurestructure outfile=boron implant.strquit退火模拟程序:IMPLANTGAUSS | PEARSON | FULL.LAT | MONTECARLO | BCA CRYSTAL | AMORPHOUSIMPURITY ENERGY= DOSE= FULL.DOSETILT= ROTATION= FULLROTATION PLUS.ONE DAM.FACTOR=DAM.MOD= PRINT.MOM X.DISCR= LAT.RATIO1 LAT.RATIO2S.OXIDE=MATCH.DOSE|RP.SCALE|MAX.SCALESCALE.MOMANY.PEARSONN.ION= MCSEED= TEMPERATURE= DIVERGENCE=IONBEAMWIDTH= IMPACT.POINT= SMOOTH=SAMPLING DAMAGE MISCUT.TH MISCUT.PH TRAJ.FILE=N.TRAJ= Z1= M1=以下为不同角度下的离子注入程序设计:go athena# Tilt angle dependence using SVDP modelline x loc = 0.0 spac=0.1line x loc = 1.0 spac=0.1line y loc = 0 spac=0.01line y loc = 0.7 spac=0.01init implant boron energy=35 dose=1.e13 tilt=0 rotation=0 print.momstruct outfile=aniiex02_00.strline x loc = 0.0 spac=0.1line x loc = 1.0 spac=0.1line y loc = 0 spac=0.01line y loc = 0.7 spac=0.01init one.dimplant boron energy=35 dose=1.e13 tilt=1 rotation=0 print.momstruct outfile=aniiex02_01.str line x loc = 0.0 spac=0.1line x loc = 1.0 spac=0.1line y loc = 0 spac=0.01line y loc = 0.7 spac=0.01init implant boron energy=35 dose=1.e13 tilt=2 rotation=0 print.momstruct outfile=aniiex02_02.str line x loc = 0.0 spac=0.1line x loc = 1.0 spac=0.1line y loc = 0 spac=0.01line y loc = 0.7 spac=0.01init implant boron energy=35 dose=1.e13 tilt=7 rotation=0 print.momstruct outfile=aniiex02_07.str line x loc = 0.0 spac=0.1line x loc = 1.0 spac=0.1line y loc = 0 spac=0.01line y loc = 0.7 spac=0.01init implant boron energy=35 dose=1.e13 tilt=10 rotation=0 print.momstruct outfile=aniiex02_10.strtonyplot -overlay aniiex02_*.str -set aniiex02.set 离子注入是离化后的原子在强电场的加速作用下,注射进入靶材料的表层,以改变这种材料表层的物理或化学性质。离子注入过程是一个非平衡过程,高能离子进入靶后不断与原子核及其核外电子碰撞,逐步损失能量,最后停下来,不具有电活性。在集成电路制造中运用离子注入技术主要是为了进行掺杂,分为两个步骤:离子注入和退火再分布。退火再分布是在离子注入之后为了恢复损伤和使杂质达到预期分布并具

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论