-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
m parameter for BJT models and Xschem-symbols #276
Comments
The The in the ngspice manual you can find respective BJT device instantiation scheme where the
It is curious because SPICE reference from Berkeley does not mention it.
Also if you take a look at the Xyce Reference Guide 7.6 in the section 2.3.17 you will not find anything related to the As for |
yes the m is very interesting for things like bandgap references and current-mirrors. in the Xyce Reference Guide 7.7 there a BJT models with m: In the version 7.8 there of the Xyce Users Guide there is written:
thus i would think, that the m-parameter should be possible for all BJTs what do You think? |
@olisnr it seems that the |
what do You think, could we expose m in npn13g2, npn13g2l, npn13g2v & pnpMPA? |
Hi @olisnr, regarding this
we're now in progress to implement a new |
we should have consistency where possible between the OpenPDK and proprietary one, this kind of change we have to discuss first internally.. I'll update you on the results |
if i look at the
ihp-sg13g2/libs.tech/xschem/sg13g2_pr/npn13G2.sym
it has the parameters:format="@spiceprefix@name @pinlist @model Nx=@Nx"
shouldnt be Nx the analog of W in the MOS-models? and m the factor for arrays of BJT?
in the MOS models there is
w, l, ng, m
, shouldnt in the npn13G2 benx, m
? and maybe alsot
?in ihp-sg13g2/libs.tech/xyce/models/sg13g2_moshv_mod.lib there is the .subckt npn13G2
it sets m=1 why?
i also think, its a bit sad, that the pnpMPA hasnt an m-parameter. thats the part that is normally used as m=1 and m=9 or the like.
would it be possible to add the m? (and t) parameters to the models and symbols like in the MOS-devices?
The text was updated successfully, but these errors were encountered: