home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / answers / lsi-cad-faq / part3 < prev    next >
Text File  |  1993-12-16  |  35KB  |  739 lines

  1. Newsgroups: comp.lsi,comp.lsi.cad,news.answers,comp.answers
  2. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!nic.hookup.net!swrinde!gatech!europa.eng.gtefsd.com!library.ucla.edu!news.ucdavis.edu!altarrib!monk
  3. From: altarrib@monk.ece.ucdavis.edu (Michael Altarriba)
  4. Subject: comp.lsi.cad Frequently Asked Questions With Answers (Part 3/4) [LONG]
  5. Message-ID: <lsi-cad-faq/part3_756079368@bird.ece.ucdavis.edu>
  6. Followup-To: comp.lsi.cad
  7. Summary: This is a biweekly posting of frequently asked questions with answers 
  8.          the for comp.lsi / comp.lsi.cad newsgroups. It should be consulted 
  9.          before posting questions to comp.lsi or comp.lsi.cad.
  10. Keywords: FAQ
  11. Sender: usenet@ucdavis.edu (News Administrator)
  12. Supersedes: <lsi-cad-faq/part3_754595402@bird.ece.ucdavis.edu>
  13. Reply-To: clcfaq@ece.ucdavis.edu
  14. Organization: Department of Electrical and Computer Engineering, UC Davis
  15. References: <lsi-cad-faq/part2_756079368@bird.ece.ucdavis.edu>
  16. Date: Thu, 16 Dec 1993 22:01:52 GMT
  17. Approved: news-answers-request@MIT.Edu
  18. Lines: 718
  19. Xref: senator-bedfellow.mit.edu comp.lsi:3476 comp.lsi.cad:3822 news.answers:15914 comp.answers:3063
  20.  
  21. Archive-name: lsi-cad-faq/part3
  22.  
  23.   Mb) cannot read this format so you need to have access to one of SUN's
  24.   newer tape drives.
  25.  
  26. 25: BLIS (Current version 2.0):
  27.  
  28.   (From their announcement posted here)
  29.  
  30.   BLIS (Behavior-to-Logic Interactive Synthesis) is an environment for the
  31.   synthesis of digital circuits from high-level descriptions.  Version 2.0
  32.   supports functional-level synthesis starting from the ELLA hardware
  33.   description language.  Other languages can easily be supported by inter-
  34.   facing a parser to the internal data-flow representation of BLIS.
  35.  
  36.   BLIS is distributed through the Industrial Liason's Program (ILP) Office
  37.   of the UCB EECS department.  The cost of $250 covers media and distribu-
  38.   tion charges.  Binaries are provided for SUN4 and DEC MIPS architectures
  39.   but BLIS should compile on most other machines supported by the GNU C and
  40.   C++ compilers (e.g. HP, vax, etc).  ELLA language documentation and simu-
  41.   lator are not supplied with the BLIS distribution, but can be obtained
  42.   from Computer General.
  43.  
  44. 26: COSMOS and BDD
  45.  
  46.   (From their announcement posted here)
  47.  
  48.                 Obtaining and installing COSMOS and BDD.
  49.  
  50.   The COSMOS package generates switch-level simulators for MOS circuits.
  51.   The BDD package is a subset of COSMOS providing a set of library routines
  52.   for symbolic Boolean manipulation.
  53.  
  54.   To obtain a copy of either COSMOS or BDD via FTP:
  55.  
  56.   1. Create an appropriate subdirectory.  For COSMOS, you may want to
  57.      create a symbolic link /usr/cosmos to this directory, although this is
  58.      not essential.
  59.  
  60.   2. Connect to the subdirectory
  61.  
  62.   3. FTP to n3.sp.cs.cmu.edu (login anonymous, password
  63.      yourname@your.host.name)
  64.  
  65.   4. Type:
  66.  
  67.              cd /usr/cosmos/ftp
  68.              ls
  69.  
  70.   5. Select which version of the code you want.  The files are named
  71.      bdd.XXX.YYY.tar.Z and cosmos.XXX.YYY.tar.Z, where XXX.YYY is the ver-
  72.      sion number.  Generally you should select the highest numbered ver-
  73.      sion.
  74.  
  75.   6. 6. Type:
  76.              get <FILE> (where <FILE> is the file name of the selected ver-
  77.      sion).
  78.              get README
  79.              quit
  80.  
  81.   7. Follow the instructions in README
  82.  
  83.   8. Send the following information to cosmos@cs.cmu.edu
  84.  
  85.              Your name
  86.              Your postal address
  87.              Your net address
  88.              The file retrieved
  89.              The date of your retrieval
  90.  
  91.   COSMOS and BDD are made available with the understanding that no part of
  92.   it will be redistributed further without permission.
  93.  
  94.   Last updated 18 July 1991 by Derek Beatty.
  95.  
  96.   27: ITEM
  97.  
  98.   (Taken from the item.news file contained in the package:)
  99.  
  100.   The first public release of ITEM, UCSC's logic minimizer using if-then-
  101.   else DAGs, was made 2 January 1991.  The system is available by anonymous
  102.   ftp from ftp.cse.ucsc.edu, in directory pub/item as a compressed tar
  103.   archive (item.tar.Z).  Also available are tech reports about the algo-
  104.   rithms and data structures (88-28, 88-29, and 90-43).
  105.  
  106.   ITEM can also be found at ftp.cse.ucsc.edu in the pub/item directory.
  107.  
  108. 28: PADS logic/PADS PCB:
  109.  
  110.   While this is a commercial product, they have just recently made avail-
  111.   able a shareware version.  This version is fully functional and indenti-
  112.   cal to their schematic capture and PCB autoplace and route software
  113.   except that it is limited to about 50 components.  It is available for
  114.   IBM PC/PC compatibles directly from PADS, or from anynonmous ftp at
  115.   several sites including wuarchive.wustl.edu in
  116.   /mirrors/msdos/cad/pads*.zip.  There is a $50 registration fee if you
  117.   would like to get future updates from them.
  118.  
  119. 29: Another PCB Layout Package:
  120.  
  121.   (from Randy Nevin <randyn@microsoft.com>:)
  122.  
  123.   I'm distributing a freely-copyable software package to do autorouting of
  124.   (1- and 2-layer) printed circuit boards on a PC or compatible. It is
  125.   written in C (with a little .asm), and all source code is included. There
  126.   is an autorouter, a board viewer, a rat nest viewer, and some output
  127.   filters which generate postscript and hp laserjet output files. There is
  128.   no charge, but I maintain the copyright (it is not public domain). If you
  129.   want to read about it, I published an article on autorouting algorithms
  130.   in the sept '89 dr. dobb's journal. ega is required (for the viewing pro-
  131.   grams). If you'd like to get the software, send me a stamped, self-
  132.   addressed floppy mailer and a floppy. I can handle 5.25" 360K or 1.2M, or
  133.   3.5" 1.4M, but if you send 360K there is some extra code that I won't be
  134.   able to fit on the disk, so high density is better.
  135.  
  136.   I developed this software at home on my own time, and it is not related
  137.   to what I do for my employer, so I will not use my employer's email
  138.   resource to distribute it. however, it is available for anonymous ftp
  139.   access on wsmr-simtel20.army.mil in PD1:<MSDOS.CAD>PCB.ARC, last I heard.
  140.   I do not keep simtel up to date. But the version there is useable, and
  141.   does include all source code.
  142.  
  143.           Randy Nevin
  144.           24135 SE 16th PL
  145.           Issaquah, WA 98027
  146.  
  147. 30: Magic (Current version 6.3):
  148.  
  149.   This is a polygon based lsi layout editor.  It is capable of reading and
  150.   writing magic, calma (version 3.0, corresponding to GDS II Release 5.1),
  151.   and cif.  It is available for anonymous ftp from gatekeeper.dec.com in
  152.   /pub/DEC/magic.
  153.  
  154.   Nascent Technologies offers a PC Linux version of magic for free. Their
  155.   email address is nascent@netcom.com.
  156.  
  157. 31: PSpice:
  158.  
  159.   This is a commercial product, however, they do have a student version
  160.   that is available (limited to around 16 transistors).
  161.  
  162.           PC dos version: 5.0 wuarchive.wustl.edu in
  163.                           /mirrors/msdos/electrical/,
  164.                           pspice5a.zip, pspice5b.zip, pspice5c.zip
  165.  
  166.           PC windows3 version 5.1: WSMR-SIMTEL20.Army.Mil in
  167.                           pd1:<msdos.windows3>
  168.                           called PSPIC51A.ZIP and PSPIC51B.ZIP
  169.  
  170.           Mac version 5.1: wuarchive.wustl.edu in
  171.                           /mirrors/info-mac/app/pspice-51.hqx
  172.  
  173.   The PC version is also available at a number of U.S. and non-U.S. sites.
  174.  
  175. 32: Esim:
  176.  
  177.   A new version of the switch-level simulator ESIM that can handle CMOS
  178.  
  179.   transmission gates is available through MUG, ftp venera.isi.edu
  180.   (128.9.0.32))
  181.  
  182. 33: Isplice3 (Current version 2.0):
  183.  
  184.   This is a high level simulator, I do not know much more then that.  It is
  185.   available via anonymous ftp from uicadb.csl.uiuc.edu.
  186.  
  187. 34: Watand:
  188.  
  189.   (From Phil Munro <FC138001@ysub.ysu.edu>)
  190.  
  191.     This posting will give the interested person some information about the
  192.   WATAND (WATerloo ANalysis and Design) circuit simulator.  Watand was
  193.   introduced at the 16th Midwest Symposium on Circuit Theory (1973).  In
  194.   spite of its lack of advertising, Watand still offers some advantages
  195.   when compared with other well known circuit simulators.  For example it
  196.   is a *truly* interactive simulator; that is, one enters the "WATAND"
  197.   environment in which analyses and design can be run and rerun, values
  198.   changed, settings queried and changed, etc.
  199.  
  200.     Watand uses piecewise-linear as its primary simulation; other methods
  201.   are optional.  It has ten built-in analyses which include the standard
  202.   dc, ac, and transient analyses, and two post-processors (display and
  203.   discrete Fourier).  Output may be in the form of printed tables; graphics
  204.   display includes Tektronix 40xx output.  At YSU interactive helps are
  205.   also available.
  206.  
  207.     Watand provides for the creation and use of user defined elements in
  208.   addition to its own good stock of 34 built-in elements plus 21 built-in
  209.   user defined elements.  User defined analyses and post-processors can
  210.   also be written, and it includes a powerful macro facility.
  211.  
  212.     As of June, 1992, sale of the Watand simulator was still being handled
  213.   by Mark O'Leavey, Waterloo Engineering Software, 22 King St. S., Suite
  214.   302, Waterloo, Ontario, CANADA, N2L 1C6, Fax: (519) 746-7931; Phone:
  215.   (519) 741-8097.  At that time I was informed that it was available only
  216.   for DECStation and Sparcstation, although we are running it quite suc-
  217.   cessfully at YSU under the CMS operation system on an Amdahl mainframe.
  218.  
  219.     Two new and helpful manuals are available for the simulator.  They
  220.   should be available at the Youngstown State University Bookstore, Youngs-
  221.   town, OHio 44555:  Their approximate cost should be $7 each:
  222.  
  223.           "WATAND Users Manual," by Dr. Phil Munro, Youngstown State
  224.           University, April 1992, 233 pages, 10 chapters, 4 appendices,
  225.           index.
  226.  
  227.           "WATAND Introduction and Examples," by Dr. Phil Munro, Youngstown
  228.           State Unversity, June 1992, 204 pages, 12 chapters, index.
  229.  
  230.     Watand does *not* include digital simulation at this time, nor does it
  231.   have any transmission-line elements.  A self-heating BJT model has been
  232.   developed and is proving useful.  Monte Carlo statistical simulation is
  233.   possible with dc and ac analyses using macro based analyses which have
  234.   been developed at YSU.
  235.  
  236. 35: Caltech VLSI CAD Tools:
  237.  
  238.   (From John Lazzaro <lazzaro@boom.CS.Berkeley.EDU>)
  239.  
  240.                      Caltech VLSI CAD Tool Distribution
  241.  
  242.   We are offering to the Internet community a new revision of the Caltech
  243.   electronic CAD system for analog VLSI neural networks.  This distribution
  244.   contains tools for schematic capture, netlist creation, and analog and
  245.   digital simulation (log), IC mask layout, extraction, and DRC (wol), sim-
  246.   ple chip compilation (wolcomp), MOSIS fabrication request generation
  247.   (mosis), netlist comparison (netcmp), data plotting (view) and postscript
  248.   graphics editing (until). These tools were used exclusively for the
  249.   design and test of all the integrated circuits described in Carver Mead's
  250.   book "Analog VLSI and Neural Systems".  Until was used as the primary
  251.   tool for figure creation for the book.  The distribution also contains an
  252.   example of an analog VLSI chip that was designed and fabricated with
  253.   these tools, and an example of an Actel field-programmable gate array
  254.   design that was simulated and converted to Actel format with these tools.
  255.  
  256.   These tools are distributed under a license very similar to the GNU
  257.   license; the minor changes protect Caltech from liability.
  258.  
  259.   Highlights of the new revision includes:
  260.  
  261.           * Ports to new platforms (Supported platforms now include: Sun SPARC,
  262.             Sun 3, HP Series 300/400/700/800, DEC MIPS-based Ultrix, Apple AU/X,
  263.             linux, and IBM RS/6000 support).
  264.  
  265.           * Support for black and white displays, and resource database support
  266.             for user preferences for sizing and placement of windows. New
  267.             display modes in analog to support small screens.
  268.  
  269.           * Direct generation of SPICE netlists in analog, and new models
  270.             for floating-well FET's, two-terminal devices with arbitrary i-v
  271.             curves, and quantum-well tunnel diodes.
  272.  
  273.           * Many bug fixes for analog, wol, view, and until, and new features
  274.             for view.
  275.  
  276.           If you are interested in some or all of these tools,
  277.  
  278.           1) ftp to hobiecat.pcmp.caltech.edu on the Internet,
  279.           2) log in as anonymous and use your username as the password
  280.           3) cd pub/chipmunk
  281.           4) copy the file README, that contains more information.
  282.  
  283.   European researchers can access these files through anonymous ftp using
  284.   the machine ifi.uio.no in Norway; the files are in the directory chip-
  285.   munk.  We are unable to help users who do not have Internet ftp access.
  286.  
  287.   A small but rather important bug was found in the "analog" program of the
  288.   new Chipmunk distribution announced several weeks ago -- a key MOS
  289.   transistor parameter was off by an order of magnitude! The current copies
  290.   of the distribution on hobiecat.caltech.edu and ifi.uio.no have this bug
  291.   corrected; however, if you've already picked up and installed the distri-
  292.   bution since the new release (early april), here are the directions for
  293.   patching your current installation w/o bringing over and rebuilding the
  294.   whole package:
  295.  
  296.           1) anonymous ftp to hobiecat.pcmp.caltech.edu, cd to pub/chipmunk
  297.           2) get the file models.cnf
  298.           3) in your distribution, use this file to replace log/lib/models.cnf
  299.  
  300.     That's it! Sorry for the inconvenience ...
  301.  
  302. 36: Switcap2 (Current version 1.1):
  303.  
  304.   This is a switched capactor simulator.  It is available from:
  305.  
  306.                   SWITCAP Distribution centre,
  307.                   411 Low Memorial Library,
  308.                   New York,
  309.                   N.Y. 10027.
  310.  
  311. 37: Test Software based on Abramovici Text:
  312.  
  313.   (Contributed by Mel Breuer of the Univ. of Southern California)
  314.  
  315.   Many faculty are using the text by Abramovici, Breuer, and Fried- man
  316.   entitled  "Digital Systems Testing and Testable Design" in a class on
  317.   testing.  They have expressed an interest to  supplement their  course
  318.   with software tools.  At USC we have developed such a suite of tools.
  319.   They include a  good  value  simulator,  fault simulator,  fault  col-
  320.   lapsing  module, and D-algorithm-based ATPG module for combinational
  321.   logic.  The software has  been  specifi- cally  designed  to  be easily
  322.   understood, modified and enhanced.  The algorithms follow those described
  323.   in the text.  The  software can  be  run  in many modes, such as one
  324.   module at a time, single step, interactively or as a batch process.  Stu-
  325.   dents can use  the software  "as  is"  to  study  the operation of the
  326.   various algo- rithms, e.g. simulation of a latch using different delay
  327.   models.  Also,  simple  programming  projects can be given, such as
  328.   extend the simulator from a 3-valued system to  a  5-valued  system;  or
  329.   change  the D-algorithm so that it only does single path sensiti- zation.
  330.   There  are  literally  over  50  interesting   software enhancements
  331.   that  can  be made by changing only a small part of the code.  The system
  332.   is written in C and runs on a SUN.
  333.  
  334.   If you are currently using the Abramovici text and would  like  a copy
  335.   of  this  software,  please  send a message to Prof. Melvin Breuer at
  336.   mb@poisson.usc.edu.
  337.  
  338. 38: Test Generation and Fault Simulation Software
  339.  
  340.   (Contributed by Dr. Dong Ha of Virginia Tech)
  341.  
  342.   Two automatic test pattern generators (ATPGs) and a fault simula- tor
  343.   for  combinational circuits were developed at Virginia Tech, and the
  344.   source codes of  the  tools  are  now  ready  for  public release.
  345.   ATLANTA is an ATPG for stuck-at faults.  It is based on the FAN algorithm
  346.   and a parallel-pattern,  single-fault  propaga- tion  technique.   It
  347.   consists of optional sessions using random pattern testing, deterministic
  348.   test pattern generation  and  test compaction.  SOPRANO is an ATPG for
  349.   stuck-open faults.  The algo- rithm of SOPRANO is similar to  ATLANTA
  350.   except  two  consecutive patterns  are  applied  to  detect a stuck-open
  351.   fault.  FSIM is a parallel-pattern, single-fault  simulator.   All  the
  352.   tools  are written  in  C.  The source codes are fully commented, and
  353.   README files contain user's manuals.  Technical papers about  the  tools
  354.   were  presented at DAC-90 and ITC-91. All three tools are free to univer-
  355.   sities.  Companies are requested to make a contribution  of $5000  but
  356.   will have free technical assistance.  For detailed in- formation, con-
  357.   tact:
  358.  
  359.              Dr. Dong Ha
  360.              Electrical Engineering
  361.              Virginia Tech
  362.              Blacksburg, VA 24061
  363.              TEL: 703-231-4942
  364.              FAX: 703-231-3362
  365.              dsha@vtvm1.cc.vt.edu
  366.  
  367. 39: Olympus Synthesis System
  368.  
  369.   (From Rajesh K. Gupta <rgupta@sirius.Stanford.EDU>)
  370.  
  371.   Recently there have been several enquiries about the Olympus Synthesis
  372.   System. Here are answers to some commonly asked questions. For details
  373.   please send mail to "synthesis@chronos.stanford.edu".
  374.  
  375.   1. What is Olympus Synthesis System?
  376.  
  377.   Olympus is a result of a continuing project on synthesis of digital cir-
  378.   cuits here at Stanford University. Currently, Olympus synthesis system
  379.   consists of a set of programs that perform synthesis tasks for synchro-
  380.   nous, non-pipelined circuits starting from a description in a hardware
  381.   description language, HardwareC.
  382.  
  383.   The output of synthesis is a technology independent netlist of gates.
  384.   This netlist can be input to logic synthesis and technology mapping tools
  385.   within Olympus or to UC Berkeley's mis/sis. Current technology mapping in
  386.   Olympus is targeted for LSI logic standard cells and a set of PGA archi-
  387.   tectures: Actel and Xilinx.
  388.  
  389.   2. How is Olympus distributed?
  390.  
  391.   The source code and documentation for Olympus is distributed via ftp.
  392.  
  393.   3. What are the system requirements for Olympus?
  394.  
  395.   Olympus has been tested on following hardware platforms: mips, sparc,
  396.   hp9000s300, hp9000s800, hp9000s700, vax.  All the programs in Olympus
  397.   come with a default menu-driven ASCII interface. There is also a graphi-
  398.   cal user interface, called "olympus", provided with the distribution.
  399.   This interface is written using Motif procedures.
  400.  
  401.   You would need about 40 MBytes of disk space to extract and compile the
  402.   system.
  403.  
  404.   4. How can I obtain a copy of Olympus?
  405.  
  406.   Olympus is distributed free of charge by Stanford University.  However,
  407.   it is not available via anonymous ftp. In order to obtain a copy please
  408.   send a mail to "olympus@chronos.stanford.edu" where an automatic-reply
  409.   mailer would send instructions for obtaining Olympus software.
  410.  
  411. 40: OASIS logic synthesis
  412.  
  413.   (From William R. Richards Jr. <richards@mcnc.org>)
  414.  
  415.   OASIS is a complete logic synthesis system based on the Logic3 HDL
  416.   develped at MCNC (unfortunately neither VHDL or Verilog compatible).
  417.   kk@mcnc.org is the person responsible for it. OASIS is available to US
  418.   universities for $500 and non-US universities for $600. Industrial
  419.   license is $3000.
  420.  
  421. 41: T-SpiceTM (was CAzM), a Spice-like table-based analog circuit simulator
  422.  
  423.   (From William R. Richards Jr. <richards@mcnc.org>)
  424.  
  425.   CAzM is a Spice-like table-based analog circuit simulator. It offers sig-
  426.   nificant performance advantages over other Berkeley Spice derivatives. It
  427.   is used fairly extensively in our design community.  US university
  428.   license is $175, non-US $250. Commercial license is $800. It comes with
  429.   an X11- based signal viewing tool Sigview which is public domain and may
  430.   be anonymous ftp'd from mcnc.org. I am the primary contact for CAzM at
  431.   MCNC.
  432.  
  433.   (From Bhusan Gupta <bgupta@micro.caltech.edu>)
  434.  
  435.   The CAzM program that was developed and offered by MCNC, has been
  436.   licensed for distribution by Tanner Research, Inc. of Pasadena, CA and
  437.   all future product availability and support is available from Tanner
  438.   Research.  The program as offered by Tanner Research is a commercial pro-
  439.   duct and is now named T-Spice.  This Spice-like simulator offers table-
  440.   based model evaluations for fast simulation performance, as well as,
  441.   included analytical models for use with digital and analog circuits.
  442.   Improvements to the CAzM models have also been made.  Tanner Research
  443.   offers an optional Advance Model Library of charged controlled models
  444.   that includes an accurate, physically-based MOSFET model that is continu-
  445.   ous over all transistor regions of operations (including subthreshold),
  446.   and scales to submicron channel lengths.  User defined models of any cus-
  447.   tom component or circuit written in "C" can be readily linked to T-Spice
  448.   as a general n-terminal device.  Pricing is $995 for the simulator and
  449.   $1,245 with the Advance Model Library and Waveform Viewer.  Universities
  450.   are offered a 75% discount.  A modeling and extraction service is  also
  451.   provided by Tanner Research to generate functional or transistor level
  452.   circuit simulation models for user supplied devices.  The extraction ser-
  453.   vice provides extracted model parameters for existing circuit simulation
  454.   models, such as SPICE models, Tanner's own charge controlled MOS models,
  455.   or user's proprietary models.  In addition, software is available to aid
  456.   users in extracting model parameters in house.  For more information con-
  457.   tact Bhushan Mudbhary at Tanner Research (bhushan @ tanner.com), phone
  458.   818-792-3000 and fax 818-792-0300.
  459.  
  460. 42: Galaxy CAD, integrated environment for digital design for Macintosh
  461.  
  462.   Thanks to Simon Leung <sleung@sun1.atitech.ca>
  463.  
  464.   The Galaxy CAD System is an integrated environment for digital design and
  465.   for rapid prototyping of CAD tools and other software.  The system
  466.   currently includes schematic capture and simulation of both low-level and
  467.   high-level digital designs and is being expanded to include physical
  468.   design tools.  Galaxy runs on a number of 680X0 platforms, including the
  469.   Apple Macintosh, HP9000/3XX, Apollo Domain, and Atari ST.  Others will be
  470.   added according to demand.
  471.  
  472.   The Galaxy CAD System is an ideal environment for teaching digital
  473.   design.  It has been used successfully for both introductory logic design
  474.   and computer design courses at Wisconsin.  Some of the features of Galaxy
  475.   that make it suitable for education are:
  476.  
  477.   1.  Integrated multiple-window environment: All Galaxy tools run
  478.       concurrently in a multiple window environment.  Copying data
  479.       from one window to another is simple.  Any number of simulation
  480.       sessions can be active simultaneously.
  481.  
  482.   2.  Hierarchy: the schematic editor and simulator are both fully
  483.       hierarchical.  Building hierarchical designs is simple, including
  484.       creating symbols for modules.  The simulator is a true hierarchical
  485.       simulator: it does not require a time-consuming macro-expansion
  486.       step.
  487.  
  488.   3.  Integrated editing and simulation: Designs are edited and
  489.       simulated in the same environment.  Simulation input and output
  490.       can be shown directly on schematics, allowing direct manipulation
  491.       of net values.  Unlike other products, Galaxy does not require
  492.       modification of the schematic to insert "switch" and "light"
  493.       components.  In addition, Galaxy allows display of bus values in
  494.       hexadecimal directly on schematics to simplify debugging of
  495.       high-level designs.  Simulation I/O can also use waveforms,
  496.       text files, and tables.
  497.  
  498.   4.  Faults: Stuck-at faults can be introduced on the schematic
  499.       editor and simulated immediately without rebuilding the
  500.       simulation model.  This provides an excellent way to display
  501.       the effects of faults.
  502.  
  503.   5.  Buses: Galaxy supports specification and simulation of bus
  504.       structures, including complex extractions, fanouts, and bit
  505.       reversal.  Buses are specified by annotating nets with text.
  506.       For simulation, buses are kept intact so that multiple-bit
  507.       high-level components can be used.  Galaxy includes a library
  508.       of register-transfer components suitable for high-level
  509.       computer design and simulation.
  510.  
  511.   6.  Alternate specification of designs: In addition to schematics,
  512.       Galaxy users can specify design modules using a textual HDL
  513.       (GHDL) and using hardware flowcharts and state diagrams.  A
  514.       hierarchical design can mix these representations as desired.
  515.  
  516.   7.  High-quality PostScript output: Galaxy schematics are of excellent
  517.       quality.  Gates are drawn according to standard practices, e.g.,
  518.       OR gates are drawn with the correct circular arcs and not ellipses.
  519.  
  520.   8.  Uniform user interface: Galaxy tools have the same user interface
  521.       on all platforms, reducing student learning curves.  In fact,
  522.       the same tool OBJECT CODE runs on all platforms due to the unique
  523.       structure of Galaxy.
  524.  
  525.   9.  Adding new simulation primitives is straightforward.
  526.  
  527.   10. No cost: Galaxy is available for free via anonymous FTP (Apple
  528.       Macintosh version).  Other versions will be made available based
  529.       on demand.
  530.  
  531.   Galaxy is also an excellent environment for rapid prototyping of new CAD
  532.   tools.  By building on top of available resources, we have been able to
  533.   prototype new tools in days or weeks that would ordinarily have taken
  534.   months or years.  For more information, send e-mail.
  535.  
  536.   To obtain Galaxy CAD, connect to "eceserv0.ece.wisc.edu" using FTP.  Log
  537.   in as "anonymous" with password "guest".  Galaxy is in directory
  538.   "pub/galaxy".  The file "README" in that directory gives further instruc-
  539.   tions.  Please register as a user by sending e-mail to
  540.   "beetem@engr.wisc.edu".
  541.  
  542.   John F. Beetem
  543.   ECE Department
  544.   University of Wisconsin - Madison
  545.   Madison, WI  53706
  546.   USA
  547.   (608) 262-6229
  548.   beetem@engr.wisc.edu
  549.  
  550. 43: Gabriel DSP development system
  551.  
  552.   The Gabriel software is available via ftp from copernicus.Berkeley.EDU
  553.   (128.32.240.37).  It's not quite "anonymous": you can use anonymous ftp
  554.   to get the license agreement.  When you sign that and mail it back to us,
  555.   we give you the password to an ftp account that allows you to grab the
  556.   actual software.  It's free, just not anonymous.  :-)
  557.  
  558.   For the uninitiated, Gabriel is a block diagram programming environment
  559.   for DSP that runs on Sun 3 and Sun 4 workstations.  It can simulate DSP
  560.   designs, generate assembly code for Motorola DSP56000 and DSP96000 chips,
  561.   and automatically perform parallel scheduling when multiple DSP chips are
  562.   used.
  563.  
  564.   For more information, ftp to copernicus.Berkeley.EDU, log in as
  565.   "anonymous" (any password will do), and grab the files "gabriel-
  566.   overview", "gabriel-release-info", and "gabriel-license.shar".  Be warned
  567.   that a new version of Gabriel will be out by the end of January, so if
  568.   you're interested in it, it might pay to wait until then.
  569.  
  570.   Phil Lapsley
  571.   phil@ucbarpa.Berkeley.EDU
  572.  
  573. 44: WireC graphical/procedural system for schematic information
  574.  
  575.   (From Larry McMurchie <larry@cs.washington.edu>)
  576.  
  577.   WireC is a graphical specification language that combines schematics with
  578.   procedural constructs for describing complex microelectronic systems.
  579.   WireC allows the designer to choose the appropriate representation,
  580.   either graphical or procedural, at a fine-grain level depending on the
  581.   characteristics of the circuit being designed.  Drawing traditional
  582.   schematic symbols and their interconnections provides fast intuitive
  583.   interaction with a circuit design while procedural constructs give the
  584.   power and flexibility to describe circuit structures algorithmically and
  585.   allow single descriptions to represent whole families of devices.
  586.  
  587.   The procedural capability of WireC allows other CAD tools to be incor-
  588.   porated into the design system.  For example, we have defined an inter-
  589.   face to the SIS logic synthesis system wherein the designer can represent
  590.   part of the system behaviorally.  WireC invokes logic synthesis on these
  591.   components to produce a structural description that can be incorporated
  592.   into the rest of the design.
  593.  
  594.   Libraries of devices defining a particular netlist output format may be
  595.   defined by the user. The libraries currently distributed with WireC
  596.   include a default CMOS gate library whose output is the SIM format.  This
  597.   format can be simulated with COSMOS or IRSIM and compared against a cir-
  598.   cuit extracted from layout.  This library also includes devices that
  599.   allow a behavioral description to be synthesized and mapped using MIS or
  600.   SIS and incorporated into a larger circuit.
  601.  
  602.   Another library is the xnf library for designing systems with Xilinx
  603.   FPGAs.  Written by Jackson Kong, Martine Schlag and Pak Chan of UCSC,
  604.   this library contains devices specific to the 2000 and 3000 series Xilinx
  605.   LCA's.  In addition to drawing the devices explicitly, one can represent
  606.   parts of a circuit with equations and have these synthesized automati-
  607.   cally.
  608.  
  609.   Currently in progress is a library of CMOS gates for Cascade Design
  610.   Automation's ChipCrafter product.  WireC provides a mixed
  611.   schematic/procedural design frontend for ChipCrafter, which uses module
  612.   generation, timing analysis and place and route software to create a phy-
  613.   sical layout from the WireC design specification.
  614.  
  615.   WireC was written by Larry McMurchie, Carl Ebeling, Zhanbing Wu and Ed
  616.   Tellman.  We are interested in any libraries you may develop and will
  617.   provide a limited degree of support.
  618.  
  619.   WireC requires an X-Windows compatible environment and a C++ compiler
  620.   such as Gnu G++ and AT&T CC.  WireC is available via ftp on the Internet.
  621.   For details send mail to
  622.  
  623.   larry@cs.washington.edu ebeling@cs.washington.edu
  624.  
  625. 45: LateX circuit symbols for schematic generation
  626.  
  627.   (From Adrian Johnstone <adrian@cs.rhbnc.ac.uk>)
  628.  
  629.   A set of circuit schematic symbols are available for use in LaTeX picture
  630.   mode. The set includes all basic logic gates in four orientations, FETs,
  631.   power supply pins, transmission gates, capacitors, resistors and wiring
  632.   T-junctions. All pins are on a 1mm grid and the symbols are designed to
  633.   be easily used with Georg Horn's TeXcad program: we even supply you with
  634.   a palette picture file that displays all 52 symbols in a compact grid
  635.   that you can cut and paste from within TeXcad. Each symbol lives in its
  636.   own .mac file and is defined as a 'savebox' so as to reduce memory con-
  637.   sumption. You must add the [bezier] option to your 'documentstyle' com-
  638.   mand. A small manual is provided in both Postscript and .dvi forms.
  639.  
  640.   The files lcircuit.zip and lcircuit.tar are available for anonymous ftp
  641.   from cscx.cs.rhbnc.ac.uk (134.219.200.45) in directory pub/lcircuit. I
  642.   will also be uploading them to various ftp servers in the coming week.
  643.  
  644. 46: Tanner Research Tools (Ledit and LVS)
  645.  
  646.   (From Bhusan Gupta <bgupta@micro.caltech.edu>)
  647.  
  648.   Low cost, yet very powerful commercial ASIC design tools are available
  649.   from Tanner Research, Inc. in Pasadena, CA.  These products are used by
  650.   industry and universities alike.  Tanner's products are nominally priced
  651.   at $995 per program, with a combined package named L-Edit Pro available
  652.   for $3,495 on the PC.  Universities are offered a 75% discount.  Here is
  653.   a list of their current programs:
  654.  
  655.   L-EditTM :      A full-custom layout editor with CIF and GDSII
  656.                   input/output.  Features a 32-bit coordinate space,
  657.                   all-angle geometry, unlimited hierarchy and number
  658.                   of layers.  The L-Edit Pro package includes L-Edit/DRC
  659.                   for design rule checking, L-Edit/SPR for automatic
  660.                   standard cell placement and routing, L-Edit/Extract
  661.                   for extracting transistors, capacitors, resistors and
  662.                   generic devices for SPICE-level simulation or comparison
  663.                   to a schematic and LVS ,a netlist comparison tool for
  664.                   topological and parametrical verification.  Optional
  665.                   layout libraries are also available.
  666.  
  667.   T-Spice:        Circuit level simulator (See item 41 for detail
  668.  
  669.   GateSimTM :     Gate-level simulator.  A full array of technology mapping
  670.                   libraries are also available.
  671.  
  672.   Products are available for the PC, Macintosh, Sun and Hp UNIX platforms.
  673.   For more information contact Bhushan Mudbhary at Tanner Research (bhushan
  674.   @ tanner.com), phone 818-792-3000 and fax 818-792-0300.
  675.  
  676. 47: SIMIC, a full-featured logic verification simulator.
  677.  
  678.   (From comp.archives.msdos.announce)
  679.  
  680.   SIMIC is a full-featured logic verification simulator.  It has been
  681.   demonstrated that SIMIC can uncover a number of critical design errors
  682.   that other simulators miss.  SIMIC has shown superior accuracy and
  683.   throughput when compared to competitive products.  Here are some of
  684.   SIMIC's important features:
  685.  
  686.   -  Mixed-mode simulation allows the free intermixture of true
  687.      bilateral switches (ideal and resistive), gate, plus functional level
  688.      built-in and user defined primitives.
  689.  
  690.   -  A wide variety of output, whose detail, content and format are, to
  691.      large extent, user defined.
  692.  
  693.   -  A large repetoire of simulation options and controls that can be
  694.      applied interactively, or in batch operation, and simplify
  695.      trouble-shooting of your design.
  696.  
  697.   -  Automated Test equipment emulation, allows debugging test programs
  698.      using SIMIC troubleshooting techniques.
  699.  
  700.   -  Sophisticated hazard analysis including:  Spike, Pulse, Conflict,
  701.      Oscillation, Setup, Hold, Pulse-width, Near (what-if)
  702.      detection, among others.  Hazard propagation is also supported.
  703.  
  704.   The student version of SIMIC is limited to a maximum of 500 elements
  705.   (parts).  In all other respects it is the same program as the commercial
  706.   offering.  The PC student version requires a 386 or better and at least 2
  707.   Meg of memory.  Both a DPMI and a VCPI version are included in the pack-
  708.   age.  Both versions require EMS *NOT* be disabled.  SIMIC is also avail-
  709.   able on Sun and other platforms.
  710.  
  711.   The latest version is 1.02.00. The changes from revision 1.00.04 are:
  712.  
  713.           Bug Fixes:
  714.                - Rams properly handled by circuit compiler.
  715.                - BTG (Ideal switches) compiled correctly with dynamic delays.
  716.                - By-name pin connections accepted by circuit compiler.
  717.                - JK Flip-flop timing checks can now be disabled.
  718.           Enhancements:
  719.                - Reduction in storage requirements for small RAMS.
  720.                - Fault Sensitization analysis added.
  721.                - Fault Simulation and grading added.
  722.  
  723.   This revision can be taken from oak.oakland.edu in pub/msdos/electrical,
  724.   or wuarchive.wustl.edu in mirrors/msdos/electrical. The files in question
  725.   are sim120bn.zip (Simic logic and fault simulator plus examples) and
  726.   sim120dc.zip (Simic Engineering and User's Guides).
  727.  
  728. 48: LASI CAD System, IC and device layout for IBM compatibles
  729.  
  730.   (from Mike Fitsimmons <mikef@hendrix.ece.uiuc.edu>)
  731.  
  732.   On behalf of the author I have uploaded to WSMR-SIMTEL20.Army.Mil:
  733.  
  734.   pd1:<msdos.cad> LASI41A.ZIP     LASI v4.1 IC layout CAD prgm: unzip in
  735.   LASI41B.ZIP     LASI v4.1 IC layout CAD prgm: unzip in LASI41C.ZIP
  736.   LASI v4.1 IC layout CAD prgm: unzip in LASIDEMO.ZIP    LASI v4.1 DEMO
  737.   drawing: unzip in
  738.  
  739.