* UI-Msg (Warning): (vish-4014) No objects found matching '/System_Top/Sys_Hw_inst/*'.
Hi,
I am a beginner to this quartus tool. I am trying to simulate a design in questa Intel fpga tool. I have generated simulator setup script for IPs in Quartus prime pro 22.1 tool and modified "msim_setup.tcl" file to created "mentor_example.do" file. I have compiled and simulated the code with the command "do mentor_example.do" in questa tool.
I am getting only 6 waveforms(signals) in wave window and when i tried to add all objects of testbench, i couldn't do it.
and when I tried to add wave forms of next top module after testbench I am getting the following error.
* UI-Msg (Warning): (vish-4014) No objects found matching '/System_Top/Sys_Hw_inst/*'.
-System_Top is test bench.
-Sys_Hw_inst is top module instance.
When I tried to simulate from library folder(work) I am getting following error,
Error: ../mmcm_pll_ip/sim/mmcm_pll_ip.v(13): Module 'mmcm_pll_ip_altera_iopll_1931_djiefcq' is not defined.
I have been trying to understand my mistake what i am i doing wrong.
Please Help me.
Thank You.