home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 1998 October / STC_CD_10_1998.iso / ANWEND / CLA_V2 / EXAMPLES / EXAMPLES.TXT < prev    next >
Text File  |  1998-09-26  |  1KB  |  29 lines

  1. Here's a short description of the example schematics:
  2.  
  3. 3IPAND.NET      - Simple 3 input AND gate.
  4. ALLGATES.NET    - All the primitives supported by CLA.
  5. BLOCKTEST.NET   - Demonstration of block structuring.
  6. CCTD.NET        - The simple circuit shown in the manual.
  7. DFLIP.NET       - The same complex implementation of a DFLIP-FLOP.
  8. DF_TEST.NET     - The DFLIP element actually wired up.
  9. FULLADDR        - Two bit binary adder with carry-in.
  10. MUL_TEST.NET    - The 3bit parallel multiplier connected up ready for
  11.                   testing.
  12. MULLER-C.NET    - Complex implementation of the Muller-C element
  13.                   used in high speed CMOS design to create self
  14.                   timed circuits.
  15. PAR_MULT.NET    - 3-bit parallel binary multiplier.
  16. PRIM_DF.NET     - Example using the D-Register primitive instead of
  17.                   the complex implementation.
  18. SER_MUL.NET     - 3-bit bit-serial binary multiplier using a primitive
  19.                   systolic array.
  20. SIGANAL.NET     - Signature analysis register as used for built in
  21.                   self-test applications.
  22. SIM_RES.NET     - Demonstration of how simulation resolution can affect
  23.                   results.
  24. SM_CG.NET       - Another 3 bit serial multiplies, this time with a few
  25.                   changes by me from the theoretical version - this may
  26.                   not work properly, I'm not to hot on systolic array
  27.                   structures.
  28.  
  29.