当前位置:网站首页>Preparation of SILVACO diode, triode and CMOS
Preparation of SILVACO diode, triode and CMOS
2022-07-20 14:44:00 【Nara sunny snow】
Catalog
Software selection
We chose to use Silcao Simulation software , This software does not support Win11 System , Please install carefully , Otherwise, a blue screen will appear , It will even make your computer reinstall the system .
Preparation of diode
Simulation code
go athena
line x loc = 0.00 spac = 0.1
line x loc = 2.0 spac = 0.1
line y loc = 0.0 spac = 0.005
line y loc = 0.50 spac = 0.0125
line y loc = 2.0 spac = 0.1
# Substrate definition
init silicon c.phosphorus=1.0e14 orientation =100 two.d
# Deposit oxide layer
deposit oxide thick =0.2 divisions = 2
# Etch the oxide layer
etch oxide start x=0.5 y=-0.2
etch continue x=0.5 y=0
etch continue x=1.5 y=0
etch done x=1.5 y=0.0
etch silicon left pl.x=0.5
etch silicon right pl.x=1.5
# Spread
diffuse time = 60 temp = 1100 c.boron = 1.0e15 press = 1.0
# Deposited metal
etch oxide all
deposit alum thickness = 0.2 div =3
# Etch metal
etch alum left pl.x=0.5
etch alum right pl.x=1.5
# Definition of diode electrode
electrode name = anode x = 1.0
electorde name = cathode backside
# Preservation of device structure
structure outf=diode_pro.str
# Output of device structure
tonyplot diode_pro.str
tonyplot
quit
Result display
Preparation of tertiary tube
Simulation code
go athena
#x Direction grid settings
line x loc=0 spac=0.1
line x loc=4 spac=0.1
#y Direction grid settings
line y loc=0.0 spac=0.005
line y loc=0.5 spac=0.0125
line y loc=2 spac=0.1
# Bottom definition
init silicon c.phos=1.0e14 orientation=100 two.d
# Deposit oxide layer
deposit oxide thick=0.20 division=2
# Etch the oxide layer
etch oxide start x=1.5 y=-0.2
etch continue x=1.5 y=0
etch continue x=3.5 y=0
etch done x=3.5 y=-0.2
# Spread
diffuse time=60 temp=1100 c.boron=1.0e15 press=1.5
etch oxide all
# Deposit oxide layer
deposit oxide thick=0.5 division=2
# Etch the oxide layer
etch oxide start x=2.5 y=-0.2
etch continue x=2.5 y=0
etch continue x=3.5 y=0
etch done x=3.5 y=-0.2
# Etch metal to form emitter
etch alum start x=3 y=-0.2
etch continue x=3 y=0
etch continue x=4 y=0
etch done x=4 y=-0.2
# Etch metal to form base
etch alum start x=2 y=-0.2
etch continue x=2 y=0
etch continue x=2.5 y=0
etch done x=2.5 y=-0.2
# Etch metal to form collector
etch alum start x=0.8 y=-0.2
etch continue x=0.8 y=0
etch continue x=1.5 y=0
etch done x=1.5 y=-0.2
etch alum left pl.x=0.2
# Definition of diode deposition
electrode name=e x=2.8
electrode name=b x=1.8
electrode name=c x=0.6
# Preservation of device structure
#structure outf=diode_pro.str
# Output of device structure
#tonyplot diode_pro.str
# end
tonyplot
Result display
CMOS The preparation of
Simulation code
go athena
line x loc=-7 spac=0.05
line x loc=0 spac=0.05
line x loc=7 spac=0.05
line y loc=0.0 spac=0.05
line y loc=1.5 spac=0.08
line y loc=2.5 spac=0.25
line y loc=4.0 spac=0.5
init silicon orientation=100 c.boron=1e14 space.mul=2 two.d
#N Generate
deposit oxide thickness=0.8
# Photolith
etch oxide start x=-6.5 y=0
etch continue x=-6.5 y=-0.8
etch continue x=0 y=-0.8
etch done x=0 y=0
# Phosphorus injection 、 Anneal
implant phosphor dose=5e12 energy=80 pears
diffus time=30 temp=1000 nitrogen press=1.00
etch oxide
# Field oxygen zone formation
deposit oxide thickness=0.1
deposit nitride thickness=0.13 div=2
etch nitride left x=-5
etch oxide left x=-5
etch nitride start x=-1 y=-0.1
etch continue x=-1 y=-0.23
etch continue x=1 y=-0.23
etch done x=1 y=-0.1
etch oxide start x=-1 y=0
etch continue x=-1 y=-0.1
etch continue x=1 y=-0.1
etch done x=1 y=0
etch nitride right x=5
etch oxide right x=5
diffus time=30 temp=1000 dryo2 press=1.00 hcl=3
diffus time=35 temp=1100 weto2 press=1.00 hcl=3
diffus time=30 temp=1000 dry02 press=1.00 hcl=3
etch nitride
etchoxide thickness=0.2
rate.polish oxide machine=cmp u.s max.hard=0.02 min.hard=0.01 isotropic=0.001
polish machine=cmp time=0.05 min
# Gate oxide formation
diffus time=10 temp=700 dryo2 press=1.00 hcl=3
diffus time=5 temp=950 weto2 press=1.00 hcl=3
diffus time=10 temp=700 dry02 press=1.00 hcl=3
# Polysilicon formation
deposit poly thick=0.05 div=6
# Etching
etch poly left x=-3.5
etch poly right x=3.5
etch poly start x=-2.5 y=-0.1
etch continue x=-2.5 y=-0.3
etch continue x=2.5 y=-0.3
etch done x=2.5 y=-0.1
structure outfile=cmos_pro10.str
tonyplot cmos_pro10.str
deposit name.resist=AZ1350J thick=0.5 div=10
etch name.resist=AZ1350J x=3.5 right
etch name.resist=AZ1350J start x=1.5 y=0
etch continue x=1.5 y=0
etch continue x=1.5 y=-0.8
etch continue x=2.5 y=-0.8
etch done x=2.5 y=0
tonyplot
quit
Finally, the image can be displayed in tonyplot Make corresponding adjustment in
边栏推荐
- 9. Gorm advanced
- 浅析IM即时通讯开发中Bitmap到底占用多大内存?
- 【云驻共创】华为云助力加速构建企业数据资产和数据治理生产线
- step num 问题
- 使用Masonry实现控件(包括UITableView)根据内容进行宽度自适应和高度自适应
- 云原生、Intel Arch及云原生机密计算 3 大 SIG 在线分享!今天见 | 第 32-34 期
- 卡片式链接
- Google Guava 只是弟弟,什么才是真正的缓存之王?(荣耀典藏版)
- Build a full stack web application framework in 1 hour, support secondary development, and update and expand at any time
- QR code intelligent inspection system makes the inspection of power station equipment more intelligent
猜你喜欢
[论文阅读] Unpaired Image-To-Image Translation Using Cycle-Consistent Adversarial Networks
test
在线XML转JSON工具
C#/VB. Net to add multi line text watermark to word document
关于XML文件(八)-DOM和验证
About XML file (VIII) -dom and validation
Interpretation of CBC mode and ECB mode
云原生核心技术之:Service Mesh 的实现—— Istio
CB insights released seven trends in the AI industry: synthetic data and the rise of multimodal AI
Uncover the data enhancement potential of MAE, and Shanghai Communications & Huawei proposes masking reconstruction data enhancement based on MAE
随机推荐
SourceTree推送时没有远程分支
OneFlow v0.8.0正式发布
flink sql 配置 kafka 连锁一个多分区的topic 一直没连上也没报错,单分区的没问题
雲原生核心技術之:Service Mesh 的實現—— Istio
二叉树刷题(四)
浅析IM即时通讯开发中Bitmap到底占用多大内存?
mysql插入三表不同的值,关联条件是主外键,插入语句语法如何?
[Redux] I thoroughly understood the workflow of Redux with a picture (with cases and source code attached)
如何使用缓冲队列实现高并发下单业务(荣耀典藏版)
SAP 实施项目中涉及到编程方式操作 Excel 的几种场景介绍
Go语言 Go语言内置容器
自动化测试----selenium(一)
Custom persistence layer framework myormframework (I) - JDBC analysis and solution ideas
MySQL -- enterprise point general MySQL data synchronization solution
【MATLAB】基于油猴脚本和MATLAB下载原创力文档
uniapp项目启动报错 binding.node is not a valid Win32 application 终极解决方案
4EVERLAND存储节点入口网络设计
TCP/IP四层模型中的重点网络协议
南方CASS 10.1软件安装包下载及安装教程
USART serial communication