home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 1998 October / STC_CD_10_1998.iso / ANWEND / CLA_V2 / DOC / VECEDIT.TXT < prev   
Text File  |  1998-09-26  |  2KB  |  53 lines

  1. CLA Vector Object Editor v2                                          2/11/93
  2. ============================================================================
  3.  
  4. This program comprises part of the CLA Logic Design package, version 2.
  5.  
  6. Written by Craig Graham.
  7. Email: craig.graham@newcastle.ac.uk
  8.  
  9. ============================================================================
  10. Usage Description
  11. -----------------
  12.  
  13. Again, this is another of my personal utilities which people may find a 
  14. use for. This is not a manual, it's a summary.
  15.  
  16. Presently all you can do is edit the existing gates, which does allow
  17. scope for producing ANSI/IEE gate libraries. Any design drawn in one
  18. library will still display with the currently installed library.
  19.  
  20. To create a new library, copy the file 'RESOURCE.CLA\VECTORS\GATES.VEC' to
  21. somewhere safe, then run VECEDIT2.PRG (this must be in the correct place -
  22. see INVENTORY.TXT).
  23.  
  24. You will be presented with the edit window. This looks slightly different
  25. depending on whether you have an ST/TT or a Falcon (different RCS files are
  26. used).
  27.  
  28. You can change which component you want to edit using a pop-up menu (just
  29. click on the name).
  30.  
  31. UNDO steps back though a design, so to begin a component from scratch, just
  32. keep clicking on UNDO until the edit window is empty.
  33. When editting, you can undo as many step's as you like, as the drawing order
  34. is always preserved.
  35.  
  36. DRAWING MODES
  37. -------------
  38. The cursor will change for each of these:-
  39.  
  40. CIRCLE adds circles at any point you click on.
  41.  
  42. ARC adds arcs (good manual this isn't it?).
  43.  
  44. LINE adds lines. Lines follow on in this editor, so in line mode (the cursor
  45. is a cross) you continue adding points to a line.
  46.  
  47. MOVE moves to begin a new line at the point you clicked on.
  48.  
  49. BOX - not implemented as yet.
  50.  
  51. NOTE:The gate you draw MUST fill the same space as the ones I've drawn, or
  52.     wires will not connect up properly in CLA.
  53.