




版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、Tang shaohua, SCU23:211Silvaco學(xué)習(xí)E-Mail: 上一講知識(shí)回顧和本講內(nèi)容上一講內(nèi)容:器件仿真的整體思路器件結(jié)構(gòu),材料特性,物理模型,計(jì)算方法,特性獲取和分析這一講安排器件結(jié)構(gòu)生成(2D/3D)ATLAS語(yǔ)法描述結(jié)構(gòu)DevEdit編輯結(jié)構(gòu)23:212Silvaco學(xué)習(xí)器件仿真流程23:21Silvaco學(xué)習(xí)3ATLAS描述器件結(jié)構(gòu)ATLAS描述器件結(jié)構(gòu)的步驟23:21Silvaco學(xué)習(xí)4meshregionelectrodedopingmesh網(wǎng)格定義,狀態(tài)有mesh,x.mesh,y.mesh,eliminate等Mesh對(duì)網(wǎng)格進(jìn)行控制x.mesh和y.mesh
2、定義網(wǎng)格位置及其間隔(line)23:21Silvaco學(xué)習(xí)5mesh space.mult=1.5mesh infile=nmos.strx.mesh loc=0.1 spac=0.05meshEliminate可以在ATLAS生成的mesh基礎(chǔ)上消除掉一些網(wǎng)格線,消除方式為隔一條刪一條參數(shù)columns,rows, ix.low,ix.high,iy.low.ly.high,x.min,x.max,y.min,y.max23:21Silvaco學(xué)習(xí)6Eliminate columns x.min=0.2 x.max=1.4 y.min=0.2 y.max=0.7Eliminate 前Eli
3、minate 后regionRegion將mesh中不同位置以區(qū)域組織起來(lái)語(yǔ)法:Region number= 23:21Silvaco學(xué)習(xí)7region num=1 y.max=0.5 siliconregion num=2 y.min=0.5 y.max=1.0 x.min=0 x.max=1.0 oxideregion num=3 y.min=1.0 y.max=2.0 x.min=0 x.max=1.0 GaAs例句:electrodeElectrode定義電極語(yǔ)法:electrode name= num= substrate 23:21Silvaco學(xué)習(xí)8elec name=emitt
4、er x.min=1.75 x.max=2.0 y.min=-0.05 y.max=0.05elec name=gate x.min=0.25 lenght=0.5elec num=1 name=source y.min=0 left length=0.25elec num=2 name=drain y.min=0 right length=0.25elec name=anode topelec name=cathode bottom例句dopingDoping定義摻雜分布23:21Silvaco學(xué)習(xí)9doping 分布:uniform,gaussian,erfc,具體設(shè)置還可分為三組1,Co
5、ncentration and junction2,Dose and characteristic3,Concentration and characteristic雜質(zhì)類型:n.type,p.type位置:region,x.min,x.max,y.min,y.max,peak,junctionDoping例句23:21Silvaco學(xué)習(xí)10doping uniform conc=1e16 n.type region=1doping region=1 gaussian conc=1e18 peak=0.1 characteristic=0.05 p.type x.left=0.0 x.righ
6、t=1.0doping region=1 gauss conc=1e18 peak=0.2 junct=0.15doping x.min=0.0 x.max=1.0 y.min=0.0 y.max=1.0 n.type ascii infile=concdata均勻摻雜高斯分布從文件導(dǎo)入雜質(zhì)分布ATLAS描述的二極管結(jié)構(gòu)23:21Silvaco學(xué)習(xí)11go atlasmeshx.mesh loc=0.00 spac=0.05x.mesh loc=0.10 spac=0.05y.mesh loc=0.00 spac=0.20y.mesh loc=1.00 spac=0.01y.mesh loc=
7、2.00 spac=0.20region number=1 x.min=0.0 x.max=0.1 y.min=0.0 y.max=1.0 material=siliconregion number=2 x.min=0.0 x.max=0.1 y.min=1.0 y.max=2.0 material=siliconelectrode name=anode topelectrode name=cathode bottomdoping uniform conc=1e18 n.type region=1doping uniform conc=1e18 p.type region=2save outf
8、ile=diode_0.strtonyplot diode_0.strDevEdit編輯器件結(jié)構(gòu)23:21Silvaco學(xué)習(xí)12Work areaDefining regionMesh creationSave the fileDefining region添加、替換或刪除區(qū)域主要參數(shù):區(qū)域ID(region=)、材料(material=)、區(qū)域坐標(biāo)(points=“0,0 0,1 ”)23:21Silvaco學(xué)習(xí)13Region reg=1 mat=silicon color=0 xffb2 pattern=0 x9 points=“0,0 0.1,0 0.1,1 0,1 0,0”Regio
9、n reg=3 name=anode material=contact elec.id=1 work.func=0 points=“0,0 0.1,0 0.1,1 0,1 0,0”例句Defining impurity定義某區(qū)域的摻雜主要參數(shù)序號(hào):Id, region.id摻雜:impurity, resistivity,雜質(zhì)分布:peak.value, reference.value, combination.function, concentration.function.y|x|z, x1, x2, y1, y2, rolloff.y, coc.func.y23:21Silvaco學(xué)習(xí)1
10、4impurity23:21Silvaco學(xué)習(xí)15Peak.value為雜質(zhì)濃度reference.value為一定距離后的雜質(zhì)濃度“Gaussian”, “Gaussian (Dist)” , “Error Function”,“Error Function (Dist)” , “Linear (Dist)” , “Logarithmic” log ,“Logarithmic (Dist)” , “Exponential, “Exponential (Dist)” , “Step Function”分布類型有:Rolloff.y|x|z為濃度變化的方向Impurity例子23:21Silva
11、co學(xué)習(xí)16impurity id=1 region.id=1 imp=Donors x1=0 x2=0.1 y1=0 y2=1 peak.value=1e+18 ref.value=1000000000000 comb.func=Multiply rolloff.y=both conc.func.y=Constant rolloff.x=both conc.func.x=Constantimpurity id=2 region.id=4 imp=Composition Fraction X x1=0 x2=0 y1=0 y2=0 peak.value=0.47 comb.func=Multi
12、ply rolloff.y=both conc.func.y=Constant rolloff.x=both conc.func.x=ConstantDefining meshBase.mesh,網(wǎng)格整體控制 參數(shù)有height,width,矩形的最大高度和寬度Bound.conditioning,減少邊界的網(wǎng)格點(diǎn)Constr.mesh,對(duì)網(wǎng)格中三角形做限制主要參數(shù):X1, x2, y1, y2, max|min.height|ratio|width23:21Silvaco學(xué)習(xí)17Mesh例句23:21Silvaco學(xué)習(xí)18base.mesh height=0.1 width=0.125#bo
13、und.cond max.slope=28 max.ratio=300 rnd.unit=0.001 line.straightening=1 align.points when=automatic#constr.mesh mat.type=semiconductor max.angle=180 max.ratio=200 max.height=1 max.width=1 min.height=0.001 min.width=0.001#constr.mesh x1=0 x2=0.1 y1=0.0 y2=1 max.height=0.08 min.width=0.01constr.mesh x
14、1= 0.01 x2=0.11 y1=1 y2=2 max.height=0.1 min.width=0.01meshDevedit編輯二極管結(jié)構(gòu)的例子23:21Silvaco學(xué)習(xí)19go devedit#region reg=1 mat=silicon color=0 xffb2 pattern=0 x9 points=“0,0 0.1,0 0.1,1 0,1 0,0”impurity id=1 region.id=1 imp=Donors x1=0 x2=0.1 y1=0 y2=1 peak.value=1e+18 ref.value=1000000000000 comb.func=Mul
15、tiply rolloff.y=both conc.func.y=Constant rolloff.x=both conc.func.x=Constantregion reg=2 mat=silicon color=0 xffb2 pattern=0 x9 points=“ 0.01,1 0.11,1 0.11,2 0.01,2 0.01,1” impurity id=1 region.id=2 imp=acceptors x1= 0.01 x2=0.11 y1=1 y2=2 peak.value=1e+18 ref.value=1000000000000 comb.func=Multiply
16、 rolloff.y=both conc.func.y=Constant rolloff.x=both conc.func.x=ConstantDevedit編輯二極管結(jié)構(gòu)的例子23:21Silvaco學(xué)習(xí)20#electroderegion reg=3 name=anode mat=contact elec.id=1 work.func=0 points=“0,0 0.1,0 0.1, 0.01 0, 0.01 0,0”region reg=4 name=cathode mat=contact elec.id=2 work.func=0 points=“ 0.01,2 0.11,2 0.11
17、,2.01 0.01,2.01 0.01,2”# Set Meshing Parametersbase.mesh height=0.1 width=0.125#bound.cond max.slope=28 max.ratio=300 rnd.unit=0.001 line.straightening=1 align.points when=automatic#constr.mesh mat.type=semiconductor max.angle=180 max.ratio=200 max.height=1 max.width=1 min.height=0.001 min.width=0.0
18、01#constr.mesh x1=0 x2=0.1 y1=0.0 y2=1 max.height=0.08 min.width=0.01constr.mesh x1= 0.01 x2=0.11 y1=1 y2=2 max.height=0.1 min.width=0.01meshstructure outf=diode_1.strtonyplot diode_1.str兩種結(jié)構(gòu)生成的方式的對(duì)比ATLAS描述的語(yǔ)法較簡(jiǎn)單,結(jié)構(gòu)也簡(jiǎn)單DevEdit的靈活性要強(qiáng),相對(duì)復(fù)雜,可對(duì)已有的結(jié)構(gòu)在重新定義網(wǎng)格或是擴(kuò)展成三維結(jié)構(gòu)23:21Silvaco學(xué)習(xí)21Atlas描述的結(jié)構(gòu)Devedit編輯的結(jié)構(gòu)三維結(jié)構(gòu)生成得到三維結(jié)構(gòu)只需在二維結(jié)構(gòu)生成的語(yǔ)法基礎(chǔ)上添加Z軸的坐標(biāo)如z.mesh=., z.min= ,z.max= 23:21Silvaco學(xué)習(xí)22ATLAS描述三維二極管結(jié)構(gòu)23:21Silvaco學(xué)習(xí)23go atlasmesh three.dx.mesh loc=0.00 spac=0.05x.mesh loc=0.1 spac=0.05y.mesh loc=0.00 spac=0.20y.mesh loc=1.00 spac=0.01y.mesh loc=
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 美團(tuán)外賣商家訂單分成合同
- 直播活動(dòng)內(nèi)容補(bǔ)充與品牌合作協(xié)議
- 軟性材料研發(fā)與市場(chǎng)推廣合伙協(xié)議
- 網(wǎng)絡(luò)文學(xué)有聲書(shū)制作與環(huán)保公益活動(dòng)合作協(xié)議
- 影視作品版權(quán)購(gòu)買與版權(quán)收益分成合同
- 頂級(jí)域名所有權(quán)及商業(yè)價(jià)值轉(zhuǎn)讓服務(wù)合同
- 影視特效動(dòng)作捕捉系統(tǒng)全面解決方案租賃協(xié)議
- 生物樣本冷鏈物流與生命科學(xué)研究支持合同
- 小產(chǎn)權(quán)房配套設(shè)施共享及社區(qū)公共設(shè)施保養(yǎng)維護(hù)合同
- 電商侵權(quán)案件管轄權(quán)爭(zhēng)議補(bǔ)充協(xié)議
- 智慧場(chǎng)館智能化方案
- 2024版《中醫(yī)基礎(chǔ)理論經(jīng)絡(luò)》課件完整版
- JJG 1009-2024X、γ輻射個(gè)人劑量當(dāng)量HP(10)監(jiān)測(cè)儀檢定規(guī)程
- 高中生物試卷講評(píng)公開(kāi)課課件模板
- 會(huì)診制度培訓(xùn)課件
- 2025年經(jīng)濟(jì)師考試旅游經(jīng)濟(jì)(中級(jí))專業(yè)知識(shí)和實(shí)務(wù)試卷及解答參考
- 安徽演藝集團(tuán)有限責(zé)任公司招聘筆試題庫(kù)2024
- 回收二手機(jī)免責(zé)協(xié)議書(shū)模板
- 2023年UKKA血液透析血管通路臨床實(shí)踐指南解讀
- 2022版義務(wù)教育藝術(shù)課程標(biāo)準(zhǔn)美術(shù)新課標(biāo)學(xué)習(xí)解讀課件
- 完整版青少年普法宣傳教育全文課件
評(píng)論
0/150
提交評(píng)論