| Source Files Required |
VHD |
| Design Software |
ISE |
| Supported Families |
XC4000, XC9500, Spartan,
Virtex |
How to obtain a VHD netlist output
file, based upon logic primitive declarations using Xilinx ISE
- From a Command Prompt run the following: -ofmt vhdl
-a -fn -log ngd2vhdl.log tmicro.nga tmicroTest.vhd
- 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 Ron Kralik, FS-ATG
test users at Becton-Dickson and Company, Sparks, MD.)
|