home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / bus_pers / aspice5.lzh / read.me < prev    next >
Text File  |  1989-11-21  |  5KB  |  142 lines

  1. Spice Version 5
  2. Revision 1
  3. Release Date 11/9/89
  4.  
  5.  
  6.             DISCLAIMER
  7.     
  8. This program is public domain, or freeware if you prefer. That means
  9. you can give it to anyone you like, as long as you don't sell it for
  10. more than a reasonable copying fee. You can upload this to any or all
  11. BBS or like services, the more the better. I only ask that you keep all
  12. the files together. The user of this software must determine the validity
  13. of it's results for any intended purpose. None of the following: Texas
  14. Tech University, University of California at Berkeley, D. Warns will be
  15. responsible for any use or misuse of the results obtained from this program.
  16.  
  17. Now that the legal BS is over, let me state that every attempt has been
  18. made to verify the results this program outputs. In every case, the
  19. program's outputs have been either exactly on, or within the tolerance
  20. specified in the .OPTION card of the actual, theoretical results. I
  21. have even designed a circuit with a singular array to test the program,
  22. and it caught the error, even to the point of saying the matrix was
  23. singular. 
  24.  
  25. This program is a variant of the SPICE 2G.6 program written by 
  26. the University of California at Berkeley, for VAX mainframes. It 
  27. has been changed somewhat to fit in an Amiga. The current 
  28. version, V5.0 has the double precision arrays changed from the 
  29. original size of 200000 to 20000, the same as the IBM version. 
  30. This is not much of a limitation, however. The Amiga version is 
  31. more limited by speed, than memory requirements. The minimum 
  32. required ram for this version is 1 MEG. This version also has 
  33. some small additions, such as some output during execution, and 
  34. improved error reporting.
  35.  
  36. The best way to run Spice is to copy it, and all of the related
  37. files to ram. Spice and the files that go with it take up about
  38. 525K. Your input file has to have .inp on the end of it, like
  39. MOSAMP.inp   Your output file will have the same name except
  40. with .out on the end.  I use Emacs to write and view the
  41. text input and output files, but any text editor should work.
  42.  
  43. **********************************************************************
  44. **********************************************************************
  45. **** BE SURE TO SET STACK TO AT LEAST 30000 BEFORE RUNNING, OR    ****
  46. **** YOU WILL MEET THE GURU IN PERSON... USE STACK 30000 FROM CLI ****
  47. **********************************************************************
  48. **********************************************************************
  49.  
  50.  
  51. For an example run, from cli, type:
  52.  
  53. SPICE MOSAMP
  54. --this program takes about 725 seconds to run--
  55. --after it runs, you can view the output with emacs--
  56. --or any other text editor. Here's the emacs command--
  57. emacs MOSAMP.out
  58.  
  59. (use cntrl-v to page down, esc-v to page up, in EMACS)
  60.  
  61. This version will handle very large circuits, even with 1 Meg 
  62. of ram. I have included 2 test programs. One is 
  63. MOSAMP.inp, a MOSFET based amplifier with 27 MOSFET's. Another example
  64. program is 741.inp, a complete equivalent 741 opamp. This file takes
  65. about 34 seconds to run.
  66.  
  67. Future plans for this program are mostly concerned with adding 
  68. a PROBE command, like the IBM and MAC versions have. The type I 
  69. have in mind will make full use of the Amiga's windowing and 
  70. graphics. The IBM version uses .PROBE as a Spice command to write 
  71. a data file, which as used by another program (PROBE) to actually 
  72. plots the data. The PROBE program does not have pull down menus, 
  73. or many color options, something I bought the Amiga for. If 
  74. anyone has any suggestions about features that should be added, 
  75. bug reports, or any comments at all, please contact me at:
  76.  
  77. Dan Warns
  78. 2704 32nd Street
  79. Lubbock, Texas  79410
  80. 806-792-8266
  81. Compu$erve: 72060,101
  82. Genie D.WARNS
  83.  
  84. The chart below lists some of the features that I have actually 
  85. tested, most as compared to Pspice, the PC version. A fair book 
  86. on the commands (for the IBM version) is:
  87.  
  88. Spice, a guide to circuit simulation & analysis using Pspice
  89. by Paul W. Tuinenga
  90. published by Prentice-Hall, ISBN 0-13-834607-0
  91. costs about $20
  92.  
  93. code to below chart:
  94. OK = Pspice version of command seems to work
  95. NG =   "       "     "    "    is not supported by V5.0
  96.  
  97. * (comment) = OK
  98. ; (in-line comment) = NG
  99. .AC = OK
  100. .DC = OK
  101. .END = OK
  102. .ENDS = OK
  103. .FOUR = OK
  104. .IC = OK
  105. .INC = NG
  106. .LIB = NG
  107. .MC = NG
  108. .MODEL = OK
  109. .NODESET = OK
  110. .NOISE = OK
  111. .OP = OK
  112. .OPTIONS = OK, except for the NOECHO option
  113. .PLOT = OK
  114. .PRINT = OK
  115. .PROBE = NG
  116. .SENS = OK
  117. .SUBCKT = OK
  118. .TEMP = OK
  119. .TF = OK
  120. .TRAN = OK
  121. .WIDTH = OK
  122.  
  123. That's it for now, folks.
  124. D. Warns
  125. Electrical Engineering Department
  126. Texas Tech University, 10/6/89
  127.  
  128.  
  129. Revision History:
  130.  
  131. Version 5, Revision 0: Release Date 10/6/89
  132. Initial Release
  133.  
  134. Version 5, Revision 1: Release Date 11/9/89
  135. This release doesn't have any changes to the Spice program itself, but all of
  136. the related files have been linked together to make one big(bigger) file. The
  137. old demo file EXAMPLE1a.inp has been deleted, since it uses some commands not
  138. supported by this (or the mainframe) version of Spice. A small change was made
  139. in the MOSAMP.inp file, for a more realistic picture of the bandwidth. A new
  140. demo file, 741.inp is a complete op-amp file. This is the version released to
  141. Fred Fish for inclusion in his famous public domain library.
  142.