General Description: How do I run simulation with Verilog-XL?
解决方案
Depending on the makeup of the design (LogiBLOX, Xilinx instantiated primitives, or Coregen components), for RTL simulation, specify the following at the command-line:
The $XILINX/verilog/src/unisims area contains the Unified components for RTL simulation. The $XILINX/verilog/src/simprims area contains generic simulation primitives for LogiBLOX.
For timing simulation or post-Ngd2ver, the Simprims-based libraries are used. Specify the following at the command-line:
Please see (Xilinx Solution 3167) on how to specify the Xilinx SimPrim library path using the NGD2VER-ul command-line switch instead of using the Verilog-XL -y command-line switch.