File: README

package info (click to toggle)
acs 021-2.3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,196 kB
  • ctags: 2,629
  • sloc: cpp: 15,013; makefile: 166
file content (18 lines) | stat: -rw-r--r-- 862 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Here are some ACS example circuits.  Some of these will also run
on Spice and can be used for comparison.

You can run them in batch mode by typing "acs name" from the shell.
You can run them interactively by starting acs then "get name".
Then play, change probes, rerun, change values, etc.

The files "runall", "runsmall", and "runsmall.bat" are scripts
so you can automate the testing.  "runsmall.bat" is for MSDOS.
"runsmall" runs only the circuits small enough to run on the DOS
version.  "runall" runs most of them.  Read the scripts before 
using them.

"runall.out" is the result of running "runall".  Ideally, you should
get identical results, but there are often small differences in 
the machine math functions that will give small differences in the 
results.  Any numerically significant difference represents a serious
bug and should be addressed.