Difference: PixelIVSimulation (5 vs. 6)

Revision 62018-06-26 - AtlasjSilicon

 
META TOPICPARENT name="Tutorial1stTCADWorkshop"

IV simulation

Article text.

-- Atlasj Silicon - 2018-06-24

sdevice(Sentaurus Device)は、さまざまな半導体デバイスの電気的、熱的、および光学的特性をシミュレートできる、半導体デバイスシミュレータ。

IV測定のシミュレーションを行うためのプログラムの動かし方、中身について紹介を行う。

まずは作業ディレクトリを作成。

mkdir Pixel/IV

cd Pixel/IV

今回のプログラムは以下の場所にある。

sde

cp /home/yunakamu/work/Sentaurus/tutorial/IV/sde_dvs.cmd .

sdevice

cp /home/yunakamu/work/Sentaurus/tutorial/IV/sdevice_dvs.cmd .

mkdir plot

まずはとにかく走らせてみる。

今回はsdeに変数はないため、特にswb上で設定する必要はない。(変数は"@"で囲まれている。)

sdeviceのアイコンの下のセルを右クリックして一番上のadd parameter をクリック。

Parameter "Vop"/Default Value "-30"と入力 -> ok

tutorial3.png

走らせたいセルをクリックし、青色になったことを確認。

ツールバー上の走っている人をクリックすると、runが始まる。

セルが青ー>緑ー>橙になったらrunが完了。

tutorial2.png

完了したら走らせたセルをクリック。

Changed:
<
<
青状態になったら、ツールバーの”目”のマークをクリック。(svisualの立ち上げ)
>
>
青状態になったら、ツールバーの”目”のマーク->inspectをクリック。
 
Added:
>
>
inspect.png

今回はElectronodeP(センサーの上側)に電圧をかけた時のIVシミュレーション。

 ElectronodeP のOutVoltageをx軸/TotalCurrentをy軸に設定。
Changed:
<
<
今回は図の位置に電圧をかけた場合のシミュレーションを行った。
>
>
IVcurve.png
 
Added:
>
>
センサーの断面の様子を確認したい場合。

確認したいセルをクリックし、”目”のアイコンー>Sentaurus Visual(svisual)を選択。".tdr"/".msh"のものを選択すると、センサーの断面の様子が分かる。

sensor_side.png

 プログラム

ここから中身について。

Sdeviceは以下の構造から構成される。(今回はDevice mode)

・File

・Electronode

・Physics

・Math

・Plot

・Solve

プログラムの書き方は主に二種類あり、Device ModeとMixed Mode。

Mixd ModeはDeviceを一つの構造として、複数の構造を持たせた状態でシミュレーションを行うことができる。

今回はDeviceは一つだが、このmodeで行う。

2708336896.png

まずはDeviceの設定。

Device の後に任意の名前を指定し、"{","}"で書こうと一つの構造になる。今回はDevice PIXELの中身はElectronode/File/Physicsから構成されている。

Electronode

電極の設定。sdeなどで作った半導体に割り当てた電極名を指定することで測定のシミュレーションを行うことができる。

File

読み込むファイル、及び今回のアウトプットするファイルの指定。

読み込むファイルは拡張子“.tdr”,".msh"。

今回生成されるplotはplot/の中に生成される。

device.png

Physics

今回の物理的なシミュレーションの指定。

ドリフト拡散輸送モデルを使用。このphysics全体がドリフト拡散輸送モデルの形になっている。

温度/MI粒子/放射線損傷など、半導体センサーに細かな条件を加えることができる。

温度は300[K]。

Recombinationは不純物濃度などの動きをしていする方程式を指定。ここで定義しているSRH統計。

SRH統計(Shockley-Read-Hall)は、半導体中の深い準位によるキャリアの生成再結合(捕獲及び放出)の時定数に関してあらわしたモデル。

physics.png

Math

シミュレーションするときの条件設定。

Math.png

Plot

今回アウトプットとして出力される値の一覧。

IVシミュレーションに必要なパラメータではなく、svisal上で視覚的に見たいものを記述。

例えばeDensityは、デバイスの電荷密度の様子を見ることができる。

plot.png

System

Mixed Modelの場合、Deviceの電極を再設定する必要がある。

PIXEL pixel(Device名 任意の名前)として、電極を定義していく。

system.png

Solve

解析の手法を選択。

IV測定、CV測定、時間変移など必要に応じてシミュレーションを行う。

以下はElectronodePに電圧をかけていく様子。

Vopの値に向かって、IV測定のシミュレーションが行われる。

solve.png

Comments


<--/commentPlugin-->

META FILEATTACHMENT attachment="file.png" attr="" comment="" date="1529845385" name="file.png" path="file.png" size="16501" user="AtlasjSilicon" version="2"
META FILEATTACHMENT attachment="electronode.png" attr="" comment="" date="1529842253" name="electronode.png" path="electronode.png" size="27814" user="AtlasjSilicon" version="1"
META FILEATTACHMENT attachment="Math.png" attr="" comment="" date="1529842253" name="Math.png" path="Math.png" size="87095" user="AtlasjSilicon" version="1"
META FILEATTACHMENT attachment="plot.png" attr="" comment="" date="1529851307" name="plot.png" path="plot.png" size="40629" user="AtlasjSilicon" version="2"
META FILEATTACHMENT attachment="solve.png" attr="" comment="" date="1529851307" name="solve.png" path="solve.png" size="40603" user="AtlasjSilicon" version="2"
META FILEATTACHMENT attachment="tutorial1.png" attr="" comment="" date="1529845386" name="tutorial1.png" path="tutorial1.png" size="62730" user="AtlasjSilicon" version="1"
META FILEATTACHMENT attachment="tutorial2.png" attr="" comment="" date="1529845386" name="tutorial2.png" path="tutorial2.png" size="62007" user="AtlasjSilicon" version="1"
META FILEATTACHMENT attachment="2708336896.png" attr="" comment="" date="1529845386" name="2708336896.png" path="2708336896.png" size="584424" user="AtlasjSilicon" version="1"
META FILEATTACHMENT attachment="solveCV.png" attr="" comment="" date="1529845385" name="solveCV.png" path="solveCV.png" size="79589" user="AtlasjSilicon" version="1"
META FILEATTACHMENT attachment="tutorial3.png" attr="" comment="" date="1529849502" name="tutorial3.png" path="tutorial3.png" size="74641" user="AtlasjSilicon" version="1"
META FILEATTACHMENT attachment="physics.png" attr="" comment="" date="1529850898" name="physics.png" path="physics.png" size="57137" user="AtlasjSilicon" version="3"
META FILEATTACHMENT attachment="device.png" attr="" comment="" date="1529851307" name="device.png" path="device.png" size="57749" user="AtlasjSilicon" version="1"
META FILEATTACHMENT attachment="system.png" attr="" comment="" date="1529851480" name="system.png" path="system.png" size="36086" user="AtlasjSilicon" version="1"
Added:
>
>
META FILEATTACHMENT attachment="inspect.png" attr="" comment="" date="1529995725" name="inspect.png" path="inspect.png" size="38160" user="AtlasjSilicon" version="2"
META FILEATTACHMENT attachment="IVcurve.png" attr="" comment="" date="1529995725" name="IVcurve.png" path="IVcurve.png" size="41474" user="AtlasjSilicon" version="2"
META FILEATTACHMENT attachment="sensor_side.png" attr="" comment="" date="1529996486" name="sensor_side.png" path="sensor_side.png" size="120283" user="AtlasjSilicon" version="1"
 
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback