Forum Discussion
EngWei_O_Intel
Frequent Contributor
4 years agoHi there
Do you run enough cycles for your simulation? Have you seen any warning/error during Modelsim compilation?
thanks.
Eng Wei
- sugi4 years ago
New Contributor
Hi,
I run enough cycles for simulation, but the PLL output c0, locked are "1'hz".
I have not seen any warning/error during Modelsim compilation.
Do I need to compile other files?
- EngWei_O_Intel4 years ago
Frequent Contributor
Hi
Are all signals that you have seen a Z is at the same hierarchy as input inclk0? Are you seeing Z for all the signals at lower hierarchy or they are at Top level of testbench?
If you can share a sample example that would be good.
Thanks.
Eng Wei
- EngWei_O_Intel4 years ago
Frequent Contributor
In your modelsim script can you try to add below lines:
add wave /<your_testbench_top>/<your_top_design>/<your_signal_hierarchy_level>/*view structure
view signals
run -all