Good SPICE simulators

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
Can anyone recommend a good SPICE program to me? I am currently using AIMSpice (full version), but this is text based, and I'm looking for a reasonably priced graphical simulator like PSPICE that doesn't have the price tag, and doesn't have any limits to the number of parts or nodes used in a circuit.

Thank you!
 
bocka said:


That is the worst one I've tried...

care to elaborate? - LtSpice does come with fewer models but you really need to hunt for good models anyway and they are easily added to the lib

LtSpice is used internally by Linear for IC design and has very powerful features and active support at the Yahoo group - the main programmer often responds directly, fixes are incorporated nearly weekly

Documentation is terse, you will need a generic spice book (or somebody else's tutorials) to learn spice with but LtSpice is the best Free package I've used
 
bocka said:


That is the worst one I've tried...

I am sure that there are other simulators which outperform LTSpice on both performance and features, but for the occasional SPICE simulation I'm doing (really, how often do you tape out a chip?) it works just fine. And it won't cost you a dime. At least it's better than the raw Berkeley spice3f4 distribution :)

The main problems I have with LTSpice are it's graphical editor (so I just don't use it anymore and feed LTSpice a .cir) and it's incapability to handle these kind of constructions:

Code:
Rpure 3 4 'Rsh/mf*(l-dl)/(w-dw)*tfacp*(1+pvcp1*(tanh(pvcp2*abs(v(3,4)/(l-dl))+pvcp3)-tanh(pvcp3)))'

For many other problems such as SMPS it works very well.
 
I use both LTspice and circuitmaker2000 demo... I used to run it on a AMD 200MHz with 48MB ram on win95 .. worked fine.. now on a AMD2700+ 1GB WinXP it runs even better..

LTspice is very nice, good working program and since it's free, you cann't beat the value for money. It's graphical schematic editor doesn't feel that nice.. but it works just fine...

Circuitmaker2000 is commercial, but a demo versions is availeble. It has a nice grafical schematic editor that feels good.. it also comes with a PCB router programm ...

goodluck,
Thijs
 
DaBit,
while I'm not sure exactly what you mean for the expression to do you can use behavioral sources with abs, tanh and 30-40 other functions of circuit V, Vdiffs, currents, and sim_time in LtSpice

remember: a Resistor is just a (terminal) Voltage Dependent Current Source and you could use .param to name and collect costants in a easy to find and edit block:

.param R=1

B1 N001 N002 I=V(n001,n002)/{R}
 
TopSpice lookes really good, can you make your own device models in it?

TopSpice a Spice 2e6 , 3f5, HSPICE compatible simulator at a reasonable price. If you use a simulator for more than occasional use (i.e. professional or semiprofessional), post analysis and considarably model support is more important than some hundred dollar.

You can make your own models in it. Penzar has a demoversion with a limited number of nodes and transistors. It's at least worth a try.
 

rif

Member
Joined 2003
Paid Member
I'm currently using a 3 part approach:

Simetrix Intro (free) for the initial circuit schematic layout.
Any old text editor to augment the .cir file
ngspice (free) to simulate
octave (free) to do analysis and graphing

Guess that's a 4 pronged approach...

And if the circuit is small, I use Simetrix for everything (free version has limits on simulation, but not on schematic capture/netlist).
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.