Keywords: CORE Generator, VSIM, template, VEO
I generate a Pipelined Divider using the Verilog flow, and the VEO template file is created. However, I cannot find a Verilog simulation model. Why? Also, why does the following error occur when I perform a Verilog behavioral simulation?
"Error: (vsim-3033) ... The design unit was not found"
When I perform a Verilog behavioral simulation of the Pipeline Divider Core v.3.0, the following error occurs:
"Error: (vsim-3033) divider_pipe.v(81): Instantiation of 'SDIVIDER_V3_0' failed. The design unit was not found.
# Region: /top_test_toplevel_v_tf/uut/divider_pipe
# Searched libraries:
# C:\Modeltech_xe58\win32xoem/../xilinx/verilog/xilinxcorelib_ver
# C:\Modeltech_xe58\win32xoem/../xilinx/verilog/unisims_ver
# work"
However, CORE Generator produces a Verilog wrapper file for simulation purposes (*.v file). Why does this occur?