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.

[Silvaco] maybe easy error about grid points

Jose Bartra

Newbie
Joined
Oct 8, 2023
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
8
Hello, I'm suffering continuous error about setting grid points
the error code is like that
ATLAS> mesh infile=ath_bjt.str

Error: Error in mesh definition.
Insufficient number of grid points.

And my code about making npn BJT with Athena simulation is down there

Code:
go athena

line x loc=0 spac=0.15
line x loc=0.8 spac=0.01
line x loc=1.5 spac=0.01
line x loc=2 spac=0.15

line y loc=0 spac=0.01
line y loc=0.5 spac=0.01
line y loc=1 spac=0.15

init orientation=110 space.mul=2

implant phosphorus dose=1e14 energy=100
doping reg=1 gauss p.type conc=5e19 peak=0 char=0.08 x.left=1.5
diffuse temp=950 time=100 weto2 hcl=3

etch oxide all

doping reg=1 gauss n.type conc=5e19 peak=0 junc=0.05 x.right=0.8
diffuse temp=950 time=100 weto2 hcl=3

etch oxide all

save outf=ath_bjt.str

go atlas

mesh infile=ath_bjt.str

electrode name=E x.min=0, x.max=0.8, y.min=0
electrode name=B x.min=0.8, x.max=1.5, y.min=0
electrode name=C x.min=1.5, x.max=2, y.min=0

models ath_bjt

#code about setting different base voltage
structure outfile=ath_bjt_structure.str

tonyplot -overlay.log .log ~~
quit

my major goal for this code is comparing Ic-Vbe curve with other given base Voltage
and GPT-4 said there's no problem on this code :(
 
Last edited by a moderator:

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top