The left pane shows the Hierarchy defined for the project.
The File menu of Netlist / Wirelist Export and Import is shown below
1. EDWinXP PCB Wirelist
Select Export menu from File and browse EDWinXP PCB Wirelist from the list of export.
Browse the dictionary file using the ellipsis for both the package/ parts and point to the location where the output file should be.
To export the contents, click the Export button.
A dialog opens were the output file (*.wrl) is saved.
The exported file can be viewed either in standard view or document view.
The above format specification is the standard view format and document view
looks like .
This may be set prior to exporting the wirelist
2. EDWinXP Schematic Netlist
This is a new Export facility where the Schematic netlist of the selected project is exported. The dictionary file and the location of the output file is browsed using the ellipsis. To export the contents, click the Export button. A dialog opens were the output file (*.wrs) is saved.
3.EDIF V2.0 Schematic
Select this format and choose either of the following options.
- Schematic Netlist only – use this if only the netlist needs to be exported.
- Schematic diagram and netlist – use this if the schematic and the netlist has to be exported
The dictionary file (*.eds, *.edd) and the location of the output file is browsed using the ellipsis.
To export the contents, click the Export button. A dialog opens were the output file (*.edf) is saved.
4. Orcad PCB II Wirelist
This option exports the wirelist of the current project to the format accepted by OrCad.
Select this option from the list of Export and point to the location where the output file should be.
To export the contents, click the Export button. A dialog opens were the output file (*.net) is saved.
5. Scicards Netlist
This option exports the netlist of the current project to the format accepted by Scicards.
Select this option from the list of Export and point to the location where the output file should be.
To export the contents, click the Export button. A dialog opens were the output file (*.net) is saved.
Note: For all types of export, the output format file is displayed in an ASCII viewer if View Output File is checked. The contents of the hierarchy may be exported by just clicking on the hierarchy and selecting the required output
6.CUPL Netlist
This option exports the netlist of the current project to the CUPL format.
Select this option from the list of Export and point to the location where the output file (*.pld) should lie.
To export the contents, click on the Export button. If the check box for View output file is active, the file is displayed in EDWinXP Viewer.
7. Xilinx Netlist
This option exports the netlist of the current project to the XILINX format.
Select this option from the list of Export and point to the location where the output file (*.edn) should lie.
To export the contents, click on the Export button. If the check box for View output file active the file is displayed in EDWinXP Viewer.
Activate Insert I/O buffers if the selected vhdl module is the topmost module of the design.
EDWinXP can output to the following Xilinx output formats
-
Xilinx 3000 series
- Xilinx 4000E series
- Xilinx 4000X series
- Xilinx 5200 series
- Xilinx 9000 series
- Xilinx Spartan series
- Xilinx SpartanXL series
- Xilinx Spartan2 series
- Xilinx Virtex series
- Xilinx VirtexE series
- Xilinx Virtex2 series
8. JEDEC Netlist
Exports the netlist of the current project to the JEDEC format.
Select this option from the list of Export and point to the location where the output file (*.jed) should lie.
To export the contents, click on the Export button. If the check box for View output file is active the file is displayed in EDWinXP Viewer.
Activate Map output file name to view the assignment of VHDL ports to the physical pins of the target PAL device.
EDWinXP can output to the following JEDEC output formats
9. ALTERA EDF
Exports the netlist of the current project to ALTERA EDF format.
10. EDWinXP RINF Netlist
Exports the netlist of the current project to the EDWinXP RINF Netlist format.
Select this option from the list of Export and point to the location where the output file (*.net) should lie.
To export the contents, click on the Export button. If the check box for View output file is active the file is displayed in EDWinXP Viewer.
Dictionary File for Part Names
A dictionary file for part names is a file for cross-matching the part names for different components between the two formats.
By selecting a particular .edd file, that particular cross-matching of part names gets accepted for the import of the wirelist between the two formats.
The dictionary file principle works in both ways and applies to any import or export of wirelists or netlists (with exception to export/ import of full EEDIII Databases).
With import, the foreign part names are translated to that of EDWin's and then the search in EDWin libraries is made using the part names in EDWin.
This is required because EDWin’s part or symbol may have a name, which in other CAD's library is quite different.
Of the same reasons, while exporting netlist/ wirelist from EDWin to other CAD formats, it may be necessary to translate EDWin names to the names in the other formats.
Both this translation functions are optional.
It may happen that foreign library element names are identical to that of EDWin and in such a case the translation may be bypassed by not selecting any dictionary file.
Because it is not known beforehand what the foreign names might be, these files are supposed to be created and maintained by the users - according to their needs. Both files are plain ASCII and in one line the two arguments are separated by a coma [ , ] character.
Each pin name is separated using the PIPELINE [ | ] character.
The first argument in both dictionary files is the library name in EDWin and the other is the foreign name.
For example a line
7400, TI7400 | …. is interpreted as follows.
If part named 7400 is found in the EDWin project, its name in the export file will be converted to TI7400.
While importing, when program finds in the import file an object (a component) which is equivalent to part and has the name TI7400, its name will be converted to 7400 and the system will search its libraries for 7400 to create this object in the imported project.
Default extensions are .edd for part names dictionary file and .eds for symbols/package.
User may have different sets of dictionaries depending on from/to which other system they import/export the wirelists.
Dictionary file for Symbol/Package Names
A dictionary file for symbol names is a file for cross-matching the symbol names for different components between the two formats.
By selecting a particular .eds file, that particular cross-matching of symbol names gets accepted for the import of the wirelist between the two formats.
The dictionary file principle works in both ways and applies to any import or export of wirelists or netlists (with exception to export/import of full EEDIII projects).
With import, the foreign symbol names are translated to that of EDWin’s and then the search in EDWin’s libraries is made using the symbol names in EDWin.
This is required because EDWin’s part or symbol may have a name which in other CAD's library is quite different.
Of the same reasons, while exporting netlist/wirelist from EDWin to other CAD's format, it may be necessary to translate EDWin’s names to the names in the other formats.
Both this translation functions are optional.
It may happen that foreign library element names are identical to that of EDWin and in such a case the translation may be bypassed by not selecting any dictionary file.
Because it is not known beforehand what the foreign names might be, these files are supposed to be created and maintained by the users - according to their needs.
Both files are plain ASCII and in one line the two arguments are separated by a coma [ , ] character. Each pin name is separated using the PIPELINE [ | ] character.
The first argument in both dictionary files is the library name in EDWin and the other is the foreign name.
For example a line
2NAND, 2 INPUT NAND | IN, Qin | OUT, Qout | …. is interpreted as follows.
If Symbol named 2NAND is found in the EDWin project, its name in the export file will be converted to 2 INPUT NAND.
While importing, when program finds in the import file an object (a component) which is equivalent to symbol and has the name 2 INPUT NAND, its name will be converted to 2NAND and EDWin will search its libraries for 2NAND to create this object in the imported project.
Default extensions are .edd for part names dictionary file and .eds for symbols.
User may have different sets of dictionaries depending on from/to which other system they import/export the wirelists.
While importing Wirelist from OrCad PCB II to EDWin, the dictionary file for symbol names need not be selected, as it is irrelevant.
This is because symbol name conversion does not apply to this format where only part names are relied on.