Hi,
I have a very basic project in ISE, I'm using an IP core for generating a 96MHz clock from a 50MHz input, and use it to blink some LED's and generate a second CLOCK on another IO, the project works perfectly fine, Now I want to make simulation in Modelsim, the Modelsim lunches, But it would complain with these errors
# ** Error: ipcore_dir/Clock96MHz.v(77): Module 'IBUFG' is not defined.
# ** Error: ipcore_dir/Clock96MHz.v(109): Module 'PLL_BASE' is not defined.
# ** Error: ipcore_dir/Clock96MHz.v(128): Module 'BUFG' is not defined.
How should I solve the problem, the ISE project is attached for your reference.