home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 1998 October / STC_CD_10_1998.iso / ANWEND / CLA_V2 / INVENTOR.Y < prev    next >
Text File  |  1998-09-26  |  3KB  |  94 lines

  1. CLA INVENTORY 
  2.  Version 2 release 2 Beta                                           14/4/94 
  3. ============================================================================ 
  4. This is a list of the files which should have come with this 
  5. release of CLA.
  6.  
  7. NOTE: CLA MUST have this directory structure, or it WILL NOT work. 
  8.       You can place the root of this structure ( .\ ) anywhere, 
  9.       but must keep all things in the correct directories after 
  10.       that.
  11.  
  12. .\ 
  13.    CLA.PRG        CLA Design & Simulation Enviroment 
  14.    VECED2.PRG     Vector Object Editor 
  15.    LIBV1.PRG      Librarian 
  16.    README         Notes on this beta release, and a survey to return. 
  17.    INVENTOR.Y     This file.
  18.  
  19. .\DOC 
  20.    COPYRGHT.TXT   How you can copy this. 
  21.    BUGLIST        Known Bugs 
  22.    CHANGES.TXT    New stuff from the last release. 
  23.    FUTURES.TXT    Stuff currently under developement 
  24.    MANUAL.TXT     The old CLAv1 manual, updated for this version but still 
  25.                   a bit naff. 
  26.    VECEDIT.TXT    Quick notes on the Vector Object Editor VECED2.
  27.  
  28. .\EXAMPLES        Several example .NET files to play with.
  29.  
  30. .\FSM_EDIT 
  31.    FSM_EDIT.PRG   The Finite State Machine design program. 
  32.    SDESC.RSC      Resources file for the above. 
  33.    SDESM.RSC 
  34.    B.FSM          Example state machine files. 
  35.    V9.FSM 
  36.    README.TXT     Doc.s for the state machine editor.
  37.  
  38. .\FSM_EDIT\PASSM  The ST PAL Assembler.
  39.  
  40. .\HELP            Various sections which comprise the main body of the 
  41.                   hypertext help system. Requires ST-Guide to use this.
  42.  
  43. .\VHDL 
  44.    README         The VHDL compiler documentation. 
  45.    CLA_VHDL.PRG   VHDL subset to CLA.NET compiler. 
  46.    CLAVHDL.RSC    Resource file for the above. 
  47.    OPERATORS.CLA  File giving operator precedence for the VHDL compiler.
  48.  
  49. .\VHDL\74XX.VHD      The VHDL source for the standard 74 series TTL library 
  50.    7400.VHD 
  51.    7402.VHD 
  52.    7404.VHD
  53.  
  54. .\RESOURCE.CLA 
  55.    CLAC.RSC       Various CLA resources 
  56.    CLAM.RSC 
  57.    FILE.GTB 
  58.    GATES.GTB 
  59.    INPUTS.GTB 
  60.    TOOLS.GTB 
  61.    LIBV1C.RSC     Librarian resources (colour & mono) 
  62.    LIBV1M.RSC 
  63.    VECEDITC.RSC   Vector Object editor resources (colour & mono) 
  64.    VECEDITM.RSC
  65.  
  66. .\RESOURCE.CLA\VECTORS 
  67.    DEFAULT.VFN    CLA vector font - primitive, but effective. 
  68.    GATES.VEC      Standard logic gate images (editable with VECED2)
  69.  
  70. .\CONFIG.CLA 
  71.    FANOUT.DEF     The average fanouts available from various IC technologies 
  72.    KEYS.DEF       Keyboard shortcuts definition file. 
  73.    LIB.DEF        The library definition file (editable with LIBV1) 
  74.    STARTUP.CLA    The startup configuration file.
  75.  
  76. .\CONFIG.CLA\ET4000\ 
  77.    STARTUP.CLA    A startup file set up ready for the VME Bus graphics cards on 
  78.                   the MegaSTE/TT.
  79.  
  80. .\LIBRARY         The modules library for CLA.
  81.  
  82. .\LIBRARY\74XX    The 74 series TTL library (from VHDL sources) 
  83.    7400.NET 
  84.    7402.NET 
  85.    7404.NET
  86.  
  87. .\LIBRARY\USERLIB A predefined but empty library for your stuff.
  88.  
  89. .\LIBRARY\BASIC   Simple things such as 2-bit adders & D-flip-flops
  90.  
  91. .\NET2NET         Convertor for old (v2r1) format files so you can 
  92.    NET2NET.TXT    use them in v2r2 
  93.    NET2NET.TTP
  94.