home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / TRAX.ZIP / 2NET.DOC < prev    next >
Text File  |  1991-03-13  |  3KB  |  88 lines

  1. DOCUMENT FILE FOR 2NET.EXE  Version 1.5
  2.  
  3. (c) 1991  PROTEL TECHNOLOGY PTY LTD
  4.  
  5.  
  6.  
  7. This program allows you to  translate  EDIF (OrCAD),  SCHEMA  and  PADS-PCB
  8. format netlist files into Protel Netlist format.
  9.  
  10.  
  11.  
  12. The following files are included with this program:
  13.  
  14.      2NET.EXE   the netlist modification program
  15.      2NET.MNU   menu/strings file for 2NET
  16.      TRANS.TXT  a translation file
  17.  
  18.  
  19. EDIF (OrCAD) netlists
  20. The EDIF file must be created with pin numbers, the following command lines
  21. will create a correct EDIF file from an OrCAD Schematic file using  OrCAD's
  22. netlist program:
  23.  
  24.           annotate src.sch src.ann
  25.           netlist src.ann src.net edif /a /p /s
  26.  
  27. The options used are:
  28.   a  indicates use of an annotation file
  29.   p  outputs pin numbers rather than names
  30.   s  outputs special EDIF format
  31.  
  32. SCHEMA netlists
  33. These can be translated by 2NET without modification.
  34.  
  35. PADS-PCB netlists
  36. A translatable netlist can be created by saving the '.JOB' file as a '.ASC'
  37. file. Make sure that the sections included in the '.ASC' file  include  the
  38. *PARTTYPE*, *PART* and *ROUTE* sections.
  39.  
  40. Running the 2NET utility
  41.  
  42. To start the translator, type:
  43.  
  44.      2NET and press RETURN;
  45.  
  46. You will be prompted to supply:
  47.  
  48.   The source file name and extension (including Path, if any);
  49.  
  50.   The destination file name (including Path, the  extension  .NET  will  by
  51.   automatically appended to the filename and need not be specified);
  52.  
  53.   The format: PADS, SCHEMA or press RETURN for EDIF.
  54.  
  55.   Or, you can include these options in the command line by typing:
  56.  
  57.      2NET <sourcefile> <destination> <format> [/q]
  58.      the press RETURN to run the translator.
  59.  
  60. The option q turns off progress reporting during translation.
  61.  
  62. The translator file (TRANS.TXT) allows 2NET to change the package  type  to
  63. be the correct one for the Protel libraries. The translator  file  has  the
  64. following format:
  65.  
  66. <theirname_1>,<Protelname_1>
  67. <theirname_2>,<Protelname_2>
  68. .
  69. .
  70. <theirname_n>,<Protelname_n>
  71. <format name>
  72. <theirname_1>,<Protelname_1>
  73. <theirname_2>,<Protelname_2>
  74. .
  75. .
  76. <theirname_n>,<Protelname_n>
  77.  
  78. This file can be added to and modified quite easily.  The  names  are  case
  79. sensitive. The file is made up of sections.
  80.  
  81. The first section prior to any <format name> is common translations,  these
  82. translations will be used for any of the formats. The  following  sections,
  83. delimited by <format name>, are format specific translations.  There can be
  84. only one section for each format.
  85.  
  86.  
  87. (rev 3.91)
  88. (end)