Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

TCAD Sentaurus problem (version 2007.03)

Status
Not open for further replies.

sam_2999

Newbie level 3
Joined
Apr 27, 2007
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,308
sentaurus example

Hey

I have a file in the xgraph format that describes a 1D doping profile (x column describes distance from silicon surface while y column describes doping concentration) and I'm attempting to use subMesh1D function to incorporate it in my device structure. However, I'm having problem with the 'Range' parameter and how the keywords x1 and x2 should be set. For example, if I set x1 to be a certain distance, only the corresponding doping level at that distance and that of the silicon surface (i.e. at distance x=0) appears at the output .dat file. This is the case regardless of the meshing elements I define and place in the device.

If I didn't specify the range, it wouldn't import any values at all from the file (although the documentation says the entire dataset should be incorporated by default)

relevant excerpts of the _msh.cmd file

Definitions
{
AnalyticalProfile "p-epi layer"
{
Function = subMesh1D(datafile = "doping1d.dat", Scale =1, Range = line [(?), (?)])
LateralFunction = Gauss(Factor = 0.01)
}
}

Placements
{
Analyticalprofile "p-epi layer instance"
{
Reference = "p-epi layer"
ReferenceElement
{
Element = line [(-5 0), (5 0)]
Direction = negative
}
}
}
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top