Hi a_x_h_75 and FvM,
Have tried both of your comment but still not work.
I suspected that there's may something wrong about my sim library.
Below are warning displayed from my modelsim.
Have you ever seen warning like this before ?
---------------------------------------------------------------------------------------------------------
# Loading cyclone5_pll.testbench(behavioral)
# Loading cyclone5_pll.top(behavioral)
# Loading cyclone5_pll.pll(rtl)
# ** Warning: (vsim-3473) Component instance "pll_inst : PLL_0002" is not bound.
# Time: 0 ps Iteration: 0 Instance: /testbench/MODULE_TOP/PLL_MODULE File: E:/xxx/xxx/xxx/project/cyclone_5_pll_sim/ipmodule/PLL.vhd
# ** Warning: (vsim-8684) No drivers exist on out port /testbench/MODULE_TOP/PLL_MODULE/outclk_0, and its initial value is not used.
#
# Therefore, simulation behavior may occur that is not in compliance with
#
# the VHDL standard as the initial values come from the base signal /testbench/MODULE_TOP/wCLKOUT.
#
# ** Warning: (vsim-8684) No drivers exist on out port /testbench/MODULE_TOP/PLL_MODULE/locked, and its initial value is not used.
#
# Therefore, simulation behavior may occur that is not in compliance with
#
# the VHDL standard as the initial values come from the base signal /testbench/MODULE_TOP/wLOCK.
#
---------------------------------------------------------------------------------------------------------