Main > Free Download Search >

Free spice software for linux

spice

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 23
ngspice 16

ngspice 16


ngspice is a circuit simulator derived from the Berkeleys spice 3f4(5). more>>
Ngspice is both the name of a development project and the name of the developed software (hmm, strange isntit ?).
The ngspice project aims to build an open source GPLed mixed-mode/mixed-level circuit simulator. This means that the circuit simulator has to be written nearly from scratch, which is a complex and time consuming task.
The project first step (and not a small one) has been to get a freely available (but not GPLed) circuit simulator, spice 3f5 and studied its code in the hope that we could use it as a base for the real ngspice (the GPLed one).
While it is not possible, at the time this page is written, to base our code on spice 3f5, because of a conflict between its license and the GPL, we are trying to correct its bugs and make some improvements, providing our results to the community.
This process goes in parallel with the task of writing the new simulator. We hope that Berkeleys people will change spices license releasing it under GPL or under the new version of the BSD which has the incompatibility removed. This will surely speed up the coming of the real ngspice.
Main features:
- Better convergence: new algorithms for Operating Point analysis. Modified Fixed Point homotopy is a good candidate.
- Dynamically Loadable Devices: In the original spice code all devices models have to be statically linked in the simulator executable. This new approach will reduce the memory needed by the simulator code and improve its modularity. A device interface that allows dynamic loading has not yet defined. Since ng-spice-rework-10 all devices are shared libraries, but they must still be linked at compile time. The next step is to make devices behave as "plugins".
- Implementation of new analyses: ngspice should become a powerful synthesis tool, so 2-ports networks analyses are a must and optimization features must be taken into account.
- Mixed Mode / Mixed Level simulation: include into ng-spice the capabilities to simulate analog and digital systems and include numerical devices into its netlists. CIDER device simulator (always from Berkeleys CAD group) is the candidate for the Mixed Level part.
- Input/output enhancements: most spice users have requested improvements in the I/O part of spice, mostly compatibility issues with existing commercial simulators.
Enhancements:
- Bug fixing: most of the bugs that affected rework-15 have been fixed, thus ngspice is more stable, especially the xspice extension, the subcircuit (X devices) handling and the numparam library.
- New features: netlist syntax has been expandend allowing for end-of-line comments. A ".global" card has beed added to define global nodes, i.e. nodes that are not expanded in subcircuits. It is possible to define TC for resistors on the instance line. The editline library can be used instead of readline (no more GPL license violation).
- Porting: ngspice now works (with xspice extension) on Windows using MINGW/MSYS.
<<less
Download (4.5MB)
Added: 2005-08-29 License: BSD License Price:
1523 downloads
Pyspice 0.2

Pyspice 0.2


Pyspice is a SPICE pre-processor written in Python, inspired by the Perl SPICE pre-processor spicepp by John Sheahan. more>>
Pyspice is a SPICE pre-processor written in Python, inspired by the Perl SPICE pre-processor spicepp by John Sheahan.
I developed this module as part of my own work and provide it here as a service to the Python and SPICE communities. Additions, suggestions, and usefullness reports are appreciated. It is currently licensed under the GPL.
It was (is currently being) developed with Python 2.4 and uses a few features introduced in 2.4. they relate to (re)sorting the netlist lines.
Main features:
- Each input "card" type has its own object type.
- Netlists are converted into an array of type instances.
- Netlist order is preserved for readability.
- Salient features of pyspice.py:
- Parallel capacitors are combined.
- Parallel MOSFETs are combined.
- Small capacitors are dropped for faster simulation.
Usage:
chmod +x
pyspice.py [options] [-i infile] [-o outfile]
Use pyspice.py -h for all options.
Enhancements:
- At least default (pass through) handling of all element types.
- NOTE: For combining, this uses a global node name scheme. In other words: subcircuits, libraries, etc. are not in a separate node namespace as they should be, beware.
- Changed structure of classes (in LEO), there are base classes that contain common attributes and element classes that define the specific behavior.
- This version _should_ work with any netlist and only touch Ms and Cs, YMMV.
- Work is ongoing on the class structure and most important IMO is getting netlist hierarchy implemented.
<<less
Download (0.029MB)
Added: 2006-10-12 License: GPL (GNU General Public License) Price:
1111 downloads
Eispice 0.10

Eispice 0.10


Eispice is a ground-up re-write of the Berkley Spice 3 Simulator targeted to PCB level simulation. more>>
Eispice is a ground-up re-write of the Berkley Spice 3 Simulator targeted to PCB level simulation. Eispice runs in batch-mode only (i.e. no nutmeg) and doesnt include a plot utility. I use the original nutmeg but any plot utility that can read rawspice files will work (i.e. gwave).
I had two primary motivations for starting this project. I have been using Berkley Spice 3 to do PCB level SI simulations but found it a little slow. Eispice should run faster for most sims, mainly because the SuplerLU matrix library is faster than spices Sparse Matrix library.
I also wanted to add direct ibis support to spice but when I started working through the source code I came to the conclusion that it may be easier to start from scratch. So many global variables...
The current release is an alpha release. It doesnt contain all of the features that Id like it to contain, it may be unstable, it may not even compile on your machine.
Main features:
- Operating Point Analysis
- Transient Analysis
- CCVS, CCCS, VCVS, VCCS models
- I, V models
- R, L, C models
- T -- lossless transmission line model
- B -- non-linear current and voltage source models
Enhancements:
- The performance of the PyB model was greatly improved for this release.
- PyB error messages have been improved, and there is a handful of other minor bugfixes.
- This release also coincides with the release of a new eispice IDE (eide), which includes a simple PyQt based test editor, a Python Interpreter, and eispice rolled into a single application using pyinstaller.
- It is primarily intended for Windows users.
<<less
Download (1.5MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1016 downloads
Spice Trade 1.2

Spice Trade 1.2


Spice Trade is a RPG/strategy/adventure game. more>>
Spice Trade project is an RPG/strategy/adventure game.

Spice Trade is an RPG/adventure/strategy game in which the main character is a poor man who has lost his parents, inherited some land and a house.

He becomes a trader of spices and herbs in Baghdad at a time when Europeans are starting their "great voyages of exploration".

The game character has to ensure that the Europeans do not take over his country and his culture, while he has to expand the sphere of influence of his own culture.

<<less
Download (194.8MB)
Added: 2007-01-04 License: LGPL (GNU Lesser General Public License) Price:
1242 downloads
ASCO 0.4.6

ASCO 0.4.6


ASCO project aims to bring circuit optimization capabilities to existing SPICE simulators. more>>
ASCO aka A SPICE Circuit Optimizer project aims to bring circuit optimization capabilities to existing SPICE simulators.
Main features:
ASCO is the result of an academic research which in itself did not intended to create a new tool, but only to design high performance analog low-power low-voltage circuits for mobile communications. Interaction with other experienced designers has resulted in the ideas existing in the ASCO tool. With the exception of the DE optimizer all code has been personally written. The key features of the ASCO tool are:
- Simulator independent: currently out-of-the-box support for Eldo (TM), HSPICE (R), LTSpice (TM) and Spectre (R) exist. More are to be included in future releases.
- Number of variables: there is, in theory, no limit to the number of circuit variables that can be optimized, except those constraints imposed by the available computer memory and/or the time required to generate a functional circuit. It is currently hardcoded in the C code.
- PVT corners: by using the simulator functionality, the possibility to test various design corners and Monte Carlo analysis is only limited to the simulator capability and by the time it takes to finish the optimization.
- Efficiency: the optimization algorithm features a global optimization using differential evolution. It has been used on a variety of applications and is know to produce good results in an acceptable time.
- Within the supported SPICE simulators, arbitrary netlist can be optimized on different conditions without having to recompile the code.
- File format: all outputted data and log information is stored in plain text format. This guarantees that they will be always readable in the future. In addition, it makes possible to use other existing tools to post-process the optimization results.
- Its free software: the code is available under the GNU GPL license.
ASCO has been designed to address problems that are particular of electric circuits. Although not limited, some possible applications can include:
- Fully redesign a new circuit described in a SPICE netlist.
- Reuse, optimize an existing circuit.
- Migrated an existing and working design to a more advanced semiconductor technology process effortlessly.
- Increase the robustness and yield of an already designed circuit by guaranteeing that it comply with all design goals and constraints in some/all process corners at will.
- Easily explore a new operating point (design space) for an already existing topology, to reduce power consumption, area or both.
- Look for a feasible new design topology before investing a considerable time trying to derive equations that describe its operation.
- Refer to Chapter 5 for ready to use practical examples to introduce you to ASCO, a SPICE circuit optimization tool. Bellow is a list of the examples that can be found with the objective of introducing the tool, its usage and applications.
- Optimization from scratch a digital inverter circuit to achieve minimum power consumption while fulfilling the design constraints; guarantee that this is valid for different process corners and also take into account device parameter mismatch (Monte Carlo).
- Optimization of a three stage operation amplifier featuring the frequency compensation technique described in [Ram05]. A total of 21 variables and five constraints/performance goals are used with the objective of obtaining the most power efficient circuit.
- The simple class-E amplifier intended for operation in the GSM-850 band is given. A more realistic model representing a differential two stage power amplifier, including all relevant circuit and board parasitics to better describe the circuit measurement performance alongside with measurements from a manufactured chip in a 0.35 um CMOS commercial technology, is given in [Ram05].
Enhancements:
- Improvements were made in the RF module functionality.
- Support was included for logarithmic search space for the existing variables.
- Code refinements and bugfixes were made.
<<less
Download (0.38MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
947 downloads
K12LTSP 6.0.0

K12LTSP 6.0.0


K12LTSP is based on RedHat Linux and the LTSP terminal server packages. more>>
K12LTSP is based on RedHat Linux and the LTSP terminal server packages. K12LTSP is easy to install and configure.
Once installed K12LTSP lets you boot diskless workstations from an applications server.
Since all applications run on the terminal server, you can use older computers as low-maintenance diskless clients.
Enhancements:
- Still looking for the perfect Christmas gift for the spouse? K12LTSP 6.0.0 is now available for all of your gift-giving needs!" Whats new in this release? "K12LTSP 6.0.0 is based on Fedora Core 6, with a large number of changes including: LTSP 4.2 update 4; a bunch of packages from Fedora Extras; hundreds of updated FC6 packages; a handful of K12LTSP packages, just to spice things up. This release of K12LTSP is slightly different than past releases in that there is no specific LTSP install option. If you want do a normal Fedora Core 6 install from K12LTSP 6, simply uncheck the LTSP package group. The Education package group has been split up into two groups.
<<less
Download (3841MB)
Added: 2006-12-25 License: GPL (GNU General Public License) Price:
1109 downloads
Sub::Curry 0.8

Sub::Curry 0.8


Sub::Curry is a Perl module to create curried subroutines. more>>
Sub::Curry is a Perl module to create curried subroutines.

SYNOPSIS

use Sub::Curry;
use Sub::Curry qw/ :CONST curry /; # Import spice constants
# and the &curry function.

#my $f1 = Sub::Curry::->new(&foo, 1, 2); # Same as below.
my $f1 = curry(&foo, 1, 2);
my $f2 = $cb1->new(3, 4);

my $f3 = curry(&foo, 1, HOLE, 3);
my $f4 = $f3->new(2, 4);

$f1->(a); # foo(1, 2, a);
$f2->(a); # foo(1, 2, 3, 4, a);

$f3->(a); # foo(1, a, 3);
$f4->(a); # foo(1, 2, 3, 4, a);

$f4->call(a); # Same as $cb4->(a);

Sub::Curry is a module that provides the currying technique known from functional languages. This module, unlike many other modules that borrow techniques from functional languages, doesnt try to make Perl functional. Instead it tries to make currying Perlish.

This module aims to be a base for other modules that use/provide currying techniques.

This module supports a unique set of special spices (argument features). It doesnt just support holes, but also introduces antiholes, blackholes, whiteholes, and antispices. All these extra special spices effect how the spice is applied to the subroutine. They make functions such as &rcurry superfluous. See "Currying" and Sub::Curry::Cookbook.

An oft-missed feature is argument aliasing. This module preserves the aliasing.
Sub::Curry does explicit currying. For more automatic ways to use currying, look in the Sub::Curry::* namespace.

When version hits 1.00 the interface will be stable.

<<less
Download (0.006MB)
Added: 2007-05-03 License: Perl Artistic License Price:
905 downloads
Nonpareil 0.78

Nonpareil 0.78


Nonpareil is a calculator microassembler and simulator. more>>
Nonpareil is a microassembler and simulator package for the calculators. It currently supports the HP Classic and Woodstock series. Nonpareil is written in C and uses the GTK+ toolkit.
The Classic series of HP handheld calculators included the following models:
- HP-35 Scientific (Electronic Slide Rule)
- HP-80 Financial
- HP-45 Advanced Scientific
- HP-65 Card Programmable Scientific
- HP-70 Business
- HP-55 Programmable Scientific
The HP-67 is considered by many people to be part of the Classic series since it is packaged similarly to the HP-65, but electrically it is really a Woodstock series machine.
The classic series chip set was also used in the HP-46 and HP-81, which were desktop printing versions of the HP-45 and HP-80, respectively, and the HP 9805A desktop calculator. The same chip set was also used in the HP 1722A Oscilliscope, the HP 3380A Integrator (for Gas Chromatography), and in several HP Gas Chromatographs.
The Woodstock series of HP handheld calculators included the following models:
- HP-21 Scientific
- HP-22 Financial
- HP-25 Programmable Scientific
- HP-25C Programmable Scientific with continuous memory
- HP-27 Scientific and Financial
- HP-29C Programmable Scientific with continuous memory
The code name "Woodstock" referred both to the Woodstock series of calculators, and to the processor architecture use in them. The same processor architecture was also used in the Topcat, Sting, and Spice series, and the HP-67.
Enhancements:
- Build problems that occurred with certain versions of Bison were fixed.
- The need for an X server during the build process was eliminated.
<<less
Download (4.5MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
664 downloads
BitAnarch 1.0.5

BitAnarch 1.0.5


BitAnarch provides a BitTorrent client with many useful features and reduced resource usage. more>>
BitAnarch provides a BitTorrent client with many useful features and reduced resource usage.
BitAnarch is a compact BitTorrent client.
Main features:
- available in three languages
- multiple downloads support
- automatic bandwidth distribution
- full Unicode filename support
- newsgroup scanning
- automation
- drag-and-drop support
Enhancements:
- Bugfix: crashes at program termination/when the machine is very busy
- Bugfix: Error message does not appear in non-English language settings
- Silent allocation for NTFS
- Stability greatly increased
- CPU usage greatly decreased when minimized
- System newsreader is now used to view nntp messages
- The "Stay on top" setting now effects immediately, restart is no longer needed
- Download rate limit
- A spiced up user interface
<<less
Download (0.70MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
974 downloads
MillScript 10.2.0

MillScript 10.2.0


MillScript is an easy to use language for batch producing templated Web sites. more>>
MillScript projetc is a full featured, yet easy to use language for the batch production of templated Web sites.
The language is a Java-based, early implementation of Spice: an experimental language developed by the OpenSpice group.
MillScript benefits from a carefully considered and consistent syntax that should be most beneficial to ocassional and cross-over programmers. Its features include multiple valued expressions, embedded XML tags, powerful for loops, a rich template system, lambda functions, closures, classes, and methods, regular expressions, and more.
Enhancements:
- Temporarily removed SVG support as the Apache License is not compatible with the GPL. As soon as I find a GPL compatible alternative Ill reinstate this functionality
- Implemented Serializable for all classes are based on MillScript-Util functionality
- Fixed an issue with embedded XML which caused an exception when an attribute value was not a string
- Fixed an off by one error in the subrange function(used by the subrange syntax [X..Y])
- Updated to use new AlertReporter interface from MillScript-Alert
- Removed the Excel file loader, this can now be found in the MillScript-Excel package, which uses the new plugin system to add the loader into an installation.
- Added a simple plugin infrastructure, which scans for plugin configuration files on startup.
- Fixed the HTML renderers emtpy element tag set to match the HTML specification, i.e. an IFRAME is no longer considered an empty element, but the non-standard BGSOUND, SPACER and WBR tags are.
- Added XML namespace support to MillScript, via XML files in an inventory, but not within the MillScript language(which will come later)
- Added support for fat strings, i.e. strings that can span multiple lines. Fat strings are intended to bridge the gap between single line strings and autoloadable text files, i.e. medium length strings.
- Added support for chained relational expressions, e.g. x < y < z, where each expression is evaluated once and only if required.
- Added support for loading Excel spreadsheets. This is strictly limited to spreadsheets with text, numbers and very simple formulas(e.g. simple arithmetic and no floating point). Upgrades to this support are planned :-)
- Ensure methods report their name, rather than pretending to be anonymous.
- Added a properties file renderer and function, so you can now easily write Java properties files.
- Migrating to Java 5 - added generics type information, annotated for overrides and suppressing warnings and added enumerations
- Simplified name resolution code.
- Migrated Map(and List, etc) functionality from the Java Collections API to the new MillScript-Util one. This unifies Lists and Maps at the Java level, rather than the MillScript one.
- Fixed the bug stopping you from updating an list when indexing with negative indicies.
- Migrated all internal use of XML to MillScripts own custom XML parser and API, rather than the previous SAX and DOM based ones. This has included using the new parsers Name and Attribute(s) interfaces and implementations where appropriate.
- Migrated the template loaders to use the SAX API rather than transforming a DOM object.
- Added te-common library for command line argument parsing. Added a Java implementation of the website and status commands. More will follow.
- Added serialVersionUIDs to serializable classes, to enable version handling when serializing.
- Added a TrueType font loader, so you can now put TrueType fonts in your inventory and load them. When we have a graphics API youll be able to use these to draw onto images.
<<less
Download (6.4MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
948 downloads
My Classifieds 3.12

My Classifieds 3.12


My Classifieds is a web-based implementation of online classifieds, similar to other classifieds or auction sites. more>>
My Classifieds is a web-based implementation of online classifieds, similar to other classifieds or auction sites.
It displays all aspects of the classifieds and creates all of the files for you.
Admin just needs to specify the categories, colors, template, and a few other site-specific variables and preferences.
This is done through an intuitive manage script. The script supports email and deletion/modification of ads by users, as well as searching ads, and auto-delete after an admin-specified number of days.
The admin can also delete or edit ads, delete or ban users, and change users passwords.
My Classifieds also has an intuitive language module that is easy to edit.
Already supported are English, Spanish, Puerto Rican Spanish, Norwegian, Portuguese, Danish, and Dutch. Also available: MySQL version.
Main features:
- Post an unlimited number of ads.
- Admin can allow or disallow uploading of pictures and linking to pictures.
- Admin can specify how long an ad can remain before being automatically deleted, or specify forever.
- Admin can specify categories for the ads.
- Admin can delete users, ban users, and change users passwords.
- Admin can delete and edit ads.
- Admin can choose from one of our language modules, or create his own language module.
- Specify your own colors.
- Use your own template
<<less
Download (0.050MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1148 downloads
Dolphin Smash 5.9.0

Dolphin Smash 5.9.0


Dolphin Smash is a mixed-signal, multi-language simulator for IC or PCB designs. more>>
Dolphin Smash is a mixed-signal, multi-language simulator for IC or PCB designs. Dolphin Smash extends its capabilities for mixed signal code-coverage and sensitivity-analysis up to detecting flaws in Virtual Testbenches and to identifying circuit weaknesses for the DfM conscious designer.
Improvement on the block-busting GUI features facilitate further the adjustments of speed versus accuracy, as well as tracing, now augmented for a hierarchical view applicable to mixed signal design.
Main features:
- Code coverage for HDL-AMS
- DC & small-signal dispersion sensitivity analysis
- Power consumption estimation after Place & Route with SPEF back-annotation
- Enhanced GUI with tree view selection of traces and interactive logging panes
- BSIM4v5 update including a well proximity effect model
- CSDF and VCD output formats for exporting of analog and logic simulation results
- VDA automotive libraries bundled
With analysis of sensitivity to dispersion, SMASH provides a fast and accurate solution for the problems of design for yield, manufacturability and robust design of nano-electronic analog circuits. Compared to Monte Carlo analysis, the sensitivity to dispersion is thousands of times faster. Furthermore, the sensitivity to dispersion analysis provides the contribution of each component to the total dispersion, thus design debugging becomes trivial.
As SCROOGE enables power consumption analysis before Place & Route, the SPEF back-annotation now provides it with parasitic capacitance back-annotation for an accurate power consumption analysis after Place & Route. Parasitic capacitances are taken into account to back-annotate the Liberty wire load model. This allows to consider the exact routing capacitance both for cell interconnection wires and for clock trees, which represent an important part of the consumed power.
For increased interoperability, simulation results can now be exported into standard VCD (Verilog Change Dump) format for logic or CSDF (Common Simulation Data Format) for reuse in all compatible EDA solutions. Of course, SMASH can also import and display VCD or CSDF results as well as.
Enhancements:
- The release delivers an interactive debugger with break points, step by step and event back trace for source level debugging of HDL-AMS descriptions, phase-noise extraction on long term Jitter, a SPICE inductance model with magnetic core as well as cosimulation of analog and mixed-signal blocks with MATLAB/Simulink.
<<less
Download (MB)
Added: 2007-07-07 License: Free To Use But Restricted Price:
514 downloads
RobocodeNG 0.7 Beta3

RobocodeNG 0.7 Beta3


RobocodeNG is an Artificial Intelligence Tanks Battle Arena. more>>
RobocodeNG is an Artificial Intelligence Tanks Battle Arena.

RobocodeNG is the continuation of the excelent job done by Mathew Nelson, which is the creator of Robocode.

The NG in RobocodeNG stands for Next Generation, meaning that the intension is the extend the original Robocode game with new features.

The original robocode is a game where artificially controlled tanks battle to the death in an arena. RobocodeNG Spices up the game adding better graphics, mods, guns, armors, tank bodies, etc, to introduce the great unbalance that the Robocode community needed.

RobocodeNG is based on Robocode version 1.0.7. If Mathew will ever make new versions of Robocode, we will of course make sure that RobocodeNG is updated accordingly.

<<less
Download (3.3MB)
Added: 2006-01-09 License: GPL (GNU General Public License) Price:
1391 downloads
boxes 1.1

boxes 1.1


boxes is a text filter which can draw ASCII art boxes around its input text. more>>
boxes is a text filter which can draw ASCII art boxes around its input text. These boxes may also be removed, even if they have been badly damaged by editing of the text inside. Since boxes may be open on any side, boxes can also be used to create regional comments in any programming language. With the help of an editor macro or mapping, damaged boxes can easily be repaired.
This is useful for making the function headers in your programming language look better, for spicing up your news postings and emails, or just for decorating your documentation files.
New box designs of all sorts can easily be added and shared by appending to a free format configuration file. boxes was intended to be used with the vim(1) text editor, but can be tied to any text editor which supports filters.
Main features:
- Drawing of ASCII art boxes around input text
- Generation of regional comments in any programming language
- Freely and conveniently user-configurable boxes
- Alignment and positioning of text inside a box
- Removal of boxes, even if box is damaged by editing of contained text
- A number of preconfigured box designs in example config file
- Many useful command line options (such as box size specification etc.)
- Regular expression substitutions on input text
- (e.g. used for quoting closing comment tags in a C comment box)
<<less
Download (0.042MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
3066 downloads
Qucs 0.0.12

Qucs 0.0.12


Qucs is a Qt universal circuit simulator. more>>
Qucs project is going to be an integrated circuit simulator which means you will be able to setup a circuit with a graphical user interface (GUI) and simulate the large-signal, small-signal and noise behaviour of the circuit. After that simulation has finished you can present the simulation results on a presentation page or window.
- Qucs, briefly for Qt Universal Circuit Simulator, is a circuit simulator with graphical user interface. The software aims to support all kinds of circuit simulation types, e.g. DC, AC, S-parameter, harmonic balance analysis, noise analysis, etc.
- Qucsator, the simulation backend, is a command line circuit simulator. It takes a network list in a certain format as input and outputs a Qucs dataset. It has been programmed for usage in the Qucs project but may also be used by other applications.
For people who are familiar with such simulators they should remember ADS from Agilent Technologies, Microwave Office from AWR and all the other simulators.
Enhancements:
- This release comes with a translation into Ukrainian, a selectable preprocessor in the SPICE component, and two new components (exponential voltage and current source).
- Libraries can now contain analogue as well as digital subcircuits.
- Analogue modelling is substantially strengthened by symbolically defined devices.
- The list of available functions in the equation solver has been extended to support more functions, logical and rational operators, and the ternary ?: construct.
- Pure digital simulations can be also performed by Verilog-HDL as an alternative to VHDL.
<<less
Download (1.9MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
867 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2