home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d01xx / d0177.lha / ASpice / Readme < prev    next >
Text File  |  1989-02-04  |  2KB  |  56 lines

  1.      AmigaSpice 2.3 is a version of SPICE 2G.6 which has been modified
  2. to run in the Amiga environment.  The program arrays are adjusted to
  3. require one forth the memory of the DEC VAX version.  Although this
  4. does not usually put much of a constraint on circuit analysis, some users
  5. who are used to the full mainframe environment may have to be more aware
  6. of the memory demands of their analysis.  The minimum memory requirement
  7. in an Amiga is a total (chip+fast) of 1.5 Megabytes.  The run-time
  8. requirements for the program slightly exceed 1.1 MegaBytes so that
  9. although multi-tasking is allowed, a minimum memory Amiga will not allow
  10. many other tasks to run simultaneously.  This version neither supports
  11. nor requires the 68020 processor or 68881 coprocessor.
  12.  
  13.      Although the program has been beta tested for several weeks with
  14. circuit sizes of up to 75 nodes without any bugs having been found, some
  15. may exist.  Please report them to me via my CompuServe account [71106,24]
  16. or on the AmigaTech Forum.
  17.  
  18.      If you have never used SPICE please read the manual first!  In use
  19. a "spice" input file is first created (yes, this really is SPICE2G.6 not
  20. 3.x) using the editor of your choice.  Then the program is invoked to
  21. process the input file creating an output file.  The input file must have
  22. a ".INP" (without the quotes) extension.  The resulting output file will
  23. have the same file name as the input file but with a ".OUT" extension.
  24.  
  25.  
  26. The program is invoked by:
  27.  
  28.     spice <file name>
  29.  
  30. where <file name> is the input file name WITHOUT any extension.
  31.  
  32.  
  33. Invocations of the form:
  34.  
  35.     spice ?
  36. or
  37.     spice
  38.  
  39. will result in a display of the usage information.
  40.  
  41.  
  42. Spice will exit to the CLI without comment if there is not enough free
  43. contiguous memory available.
  44.  
  45.      Although all mainframe SPICE options will be recognized, some will
  46. be ignored.  All debug and accounting commands are disabled.  Similarly
  47. the maximum run-time limit has bypassed.
  48.  
  49.      For those interested this program was compiled from a modified
  50. FORTRAN source of more than 18000 lines using the ABSOFT FORTRAN
  51. compiler version 2.3.  Total compile and link time using a hard disk and
  52. 2 MegaBytes of RAM required less than 15 minutes.  While the program doesn't
  53. execute as fast as a VAX it easily beats the versions on out PCs at work
  54. and is a very useful program for engineering at home.
  55.  
  56.