| Source Files Required |
EDN |
| Design Software |
ISE WebPACK 5.1 |
| Supported Families |
XC4000, XC9500, Spartan,
Virtex |
How to obtain a flattened
edif netlist using Xilinx ISE WebPACK 5.1
The .EDN is a flattened edif netlist file.
- In WebPACK 5.1 Run
the Synthesis and Implement routines.
- Open the Implement tree.
- Open the FIT tree.
- Run the Lock Pins routine.
- Run the Generate Timing routine.
- Run the Generate Post-FIT simulation model. (This
creates the NGA file)
-
From a Command Prompt, run the following:
ngd2edif -a -hpn <input.nga> <output.edn>
(The input.nga file will have the name of the
top-level VHDL entity)
- Copy this file to your FS-ATG Project directory.
(These instructions provided courtesy of Bob Wolf
and Ron Kralik, satisfied FS-ATG test users at Becton-Dickson
and Company, Sparks, MD.)
|