AR# 2716: M1.3/M1.4 CPLD: How to create timing simulation netlist in the XNF format
AR# 2716
|
M1.3/M1.4 CPLD: How to create timing simulation netlist in the XNF format
説明
keywords: xnf, timing simulation, ngd2xnf
Urgency: standard
General Description:
Using ngd2xnf to create a timing simulation XNF netlist for any CPLD returns a fatal error.
ソリューション
Do not try to use ngd2xnf to create an XNF timing simulation netlist. If you want a XNF netlist, run the following command in the revision directory of your project.
tsim -xnf <design_name> outputFileName(optional).
You must have a valid design_name.vm6 file in your revision directory in order to be able to run this command.