| AR# |
30298 |
| Part |
EDK-simgen |
| Last Modified |
2008-04-14 00:00:00.0 |
| Status |
Active |
| Keywords |
simulate, sim, Verilog, VHDL, compxlib, HDL |
Description
Keywords: simulate, sim, Verilog, VHDL, compxlib, HDL
Why can I not run simulations in NCSim, even if I have compiled the ISE and EDK libraries with compedklib?
Solution
Compedklib created an invalid "cds.lib" file in the simulation library directory.
1. Open the "cds.lib" file in a text editor.
2. Replace the following line:
INCLUDE "/tools/gensys/ius/6.1/tools/bin/../inca/files/cds.lib"
with:
INCLUDE $CDD_INST_DIR/tools/inca/files/cds.lib
3. Save and Close the "cds.lib" file.
This problem has been fixed in the latest EDK 10.1 Service Pack, available at:
http://www.xilinx.com/xlnx/xil_sw_updates_home.jspThe first service pack containing the fix is EDK 10.1 Service Pack 1.