home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s205 / 1.ddi / BACKUP.001 / DOC_IREF_ORCAD.HLP < prev    next >
Encoding:
Text File  |  1991-02-27  |  3.5 KB  |  96 lines

  1. =====================================================================
  2. Trouble Shooting Problems Using OrCAD/SDT III Within PALASM 4.
  3. ---------------------------------------------------------------------
  4.  
  5. PALASM 4 should be compatible with all versions of OrCAD/SDT III from
  6. version 3.21 or later. Earlier versions or the latest version 4.0 will not
  7. work successfully with the PALASM 4 interface programs.
  8.  
  9. Before installing the MACH libraries and the PALASM 4 interface you must
  10. have already successfully installed the OrCAD/SDT III software. Before
  11. starting your PALASM 4 installation you must note the drive and directory
  12. where the OrCAD/SDT executables are located. You will be requested to input
  13. this information during the installation process.
  14.  
  15. The following OrCAD programs are used by PALASM 4 to process data:
  16.  
  17.         1. DRAFT.EXE    ...     Schematic Editor.
  18.         2. FASTSCAN.EXE ...     Build list of all separate sheets.
  19.         3. CLEANUP.EXE  ...
  20.         4. ANNOTATE.EXE ...     Annotate signals across schematic.
  21.         5. ERC.EXE      ...     Schematic Error Check.
  22.         6. CROSSREF.EXE ...     Schematic signal cross-reference list
  23.         7. INETLIST.EXE ...     Schematic to JNL netlist translator.
  24.  
  25. It should be noted that although PALASM 4 will successfully trap errors
  26. generated from the OrCAD software, the on-line help does not currently
  27. recognize them and give additional help.
  28.  
  29. Errors while compiling Schematics
  30. ---------------------------------
  31.  
  32. The most common problem with an OrCAD/PALASM 4 installation is the
  33. correct definition of ORCADSDT.OVL. This file is used by the OrCAD
  34. software to define the paramters and libraries to be used by the OrCAD
  35. software. When ORCADSDT.OVL is not in the local working directory the
  36. PALASM 4 software automatically copies it from the directory used to
  37. store the OrCAD executables. So keep an up-to-date copy in this
  38. directory. To use the OrCAD software a copy of this file must be
  39. located in every working directory.
  40.            -----
  41.  
  42. If there is a problem with the integration of the OrCAD and PALASM 4
  43. software, during the compilation, the OrCAD software will typically
  44. error with:
  45.  
  46.         MS-DOS error #2 (or #3)
  47.  
  48. To fix this error you must exit the PALASM 4 menu and return to the
  49. DOS command prompt.
  50.  
  51. **********************************************************************
  52. * the steps below demonstrate how to update the ORCADSDT.OVL file
  53. * using default directory information. You must substitute the correct
  54. * directory information used during your install of PALASM 4 and OrCAD/SDT.
  55. *********************************************************************
  56.  
  57. Move to the main ORCAD executable directory:
  58.  
  59.         C: [enter]
  60.         CD \ORCAD [enter]              (note: default ORCAD path)
  61.  
  62. Use the Orcad DRAFT utility to modify the ORCADSDT.OVL file by typing:
  63.  
  64.         DRAFT /C [enter]
  65.  
  66. The library path should point to the PALASM 4 library subdirectory, so
  67. update by typing
  68.  
  69.         LP
  70.         C:\PALASM\LIB\                  (note: default PALASM path)
  71.  
  72. Ensure the correct MACH libraries are installed, update by typing:
  73.  
  74.         LF
  75.         A
  76.         1 [enter]
  77.         74XX.LIB [enter]
  78.         A
  79.         1 [enter]
  80.         LOGIC.LIB [enter]
  81.         A
  82.         1 [enter]
  83.         MACH.LIB [enter]
  84.         Q
  85.  
  86. Exit the update of ORCADSDT.OVL by typing:
  87.  
  88.         U
  89.         Q
  90.  
  91.  
  92. Once you have a correct ORCADSDT.OVL make a copy to your Orcad executable
  93. directory for future use. Restart the PALASM 4 menu and try compiling again.
  94.  
  95.  
  96.