J
Jim Thompson
Guest
On Mon, 21 Mar 2005 14:24:35 -0800, ldg <asfd@hotmail.com> wrote:
more. Fookin' amateur ;-)
...Jim Thompson
--
| James E.Thompson, P.E. | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona Voice480)460-2350 | |
| E-mail Address at Website Fax480)460-2142 | Brass Rat |
| http://www.analog-innovations.com | 1962 |
I love to cook with wine. Sometimes I even put it in the food.
Take it up with Mikey. You've wasted several hours of my time. NoOn Sun, 20 Mar 2005 23:36:12 -0800, ldg <asfd@hotmail.com> wrote:
dg, You harp about things that you know not about. LTSpice can run
ANY netlist... you're just too much the amateur to understand how.
For completeness, I suppose I should include an example of the
resistor error messages when the resistor is specified with w/l and a
model.
LTspice is apparently looking for the original spice syntax for the
various parameters in the model and doesn't utilize much of the
foundry supplied resistor model.
The fact that it works for "semiconductor resistors" is not
documented:
Syntax: Rxxx n1 n2 <value> [tc=tc1, tc2, ...]
The resistor supplies a simple linear resistance between nodes n1 and
n2. A temperature dependence can be defined for each resistor
instance with the parameter tc. The resistance, R, at will be
R = R0 * (1. + dt * tc1 + dt**2 * tc2 + dt**3 * tc3 + ...)
where R0 is the resistance at the nominal temperature and dt is the
difference between the resistor's temperature and the nominal
temperature.
Running this file shows the error messages the simulator kicks out.
It does find the sheet resistance and that provides an accurate
nominal simulation in the rc below:
LTSPICE test
V1 1 0 pulse(0 5 10u 1n 1n 1)
R1 1 2 1e4
C1 2 0 1e-9
XR2 1 3 rny10k
C3 3 0 1e-9
.SUBCKT RNY10K a b
RR10 N_1 b NY W=4.4U L=88U
RR9 N_2 N_1 NY W=4.4U L=88U
RR8 N_3 N_2 NY W=4.4U L=88U
RR7 N_4 N_3 NY W=4.4U L=88U
RR6 N_5 N_4 NY W=4.4U L=88U
RR5 N_6 N_5 NY W=4.4U L=88U
RR4 N_7 N_6 NY W=4.4U L=88U
RR3 N_8 N_7 NY W=4.4U L=88U
RR2 N_9 N_8 NY W=4.4U L=88U
RR1 a N_9 NY W=4.4U L=88U
.ENDS RNY10K
.tran 1u 0.1m
.model ny r rsh = 50
+ dw = 0.08e-6 dlr = -0.8e-6
+ cox = 1.3e-4 capsw = 0.060e-9
+ tc1r = 4.0e-4 tc2r = 1.1e-6
+ tref = 25
*
.end
Again, this works fine in Smartspice. No subcircuits needed
Regards,
Larry
more. Fookin' amateur ;-)
...Jim Thompson
--
| James E.Thompson, P.E. | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona Voice480)460-2350 | |
| E-mail Address at Website Fax480)460-2142 | Brass Rat |
| http://www.analog-innovations.com | 1962 |
I love to cook with wine. Sometimes I even put it in the food.