Altera_Forum
Honored Contributor
10 years agoAbout altera_pll in quartus 15.1.0.185
Folks, help me please! I lost few days from my life. I not sleeping and reading manuals..... I have simple question.
I create simple project, based on altera_pll with default megawizard settings. 2 input pins(clk & reset) and 2 out pins (out & locked). Problem in functional simulation this simple theme in latest version of Quartus. In prev version - all seems to be working. Folks, explain if possible this situation. Problem is my own hands or this is software bug? I have this: $ cat transcript # OpenFile ydpll.vho# Load canceled vlib work vcom -reportprogress 300 -work work /home/triod/yd/ydpll_sim/ydpll.vho# Model Technology ModelSim ALTERA vcom 10.4b Compiler 2015.05 May 27 2015# Start time: 23:39:22 on Nov 20,2015# vcom -reportprogress 300 -work work /home/triod/yd/ydpll_sim/ydpll.vho # -- Loading package STANDARD# -- Loading package TEXTIO# -- Loading package std_logic_1164# -- Loading package altera_lnsim_components# -- Compiling entity ydpll# -- Compiling architecture RTL of ydpll# End time: 23:39:22 on Nov 20,2015, Elapsed time: 0:00:00# Errors: 0, Warnings: 0 vsim work.ydpll# vsim work.ydpll # Start time: 23:39:36 on Nov 20,2015# Loading std.standard# Loading std.textio(body)# Loading ieee.std_logic_1164(body)# Loading altera_lnsim.altera_lnsim_components# Loading work.ydpll(rtl)# Loading sv_std.std# ** Error: (vsim-3733) /home/triod/yd/ydpll_sim/ydpll.vho(303): No default binding for component instance 'ydpll_altera_pll_altera_pll_i_639'.# The following component generic is not on the entity:# PLL_CTR_RESYNC# Time: 0 ps Iteration: 0 Instance: /ydpll/ydpll_altera_pll_altera_pll_i_639 File: nofile# Error loading design# End time: 23:39:37 on Nov 20,2015, Elapsed time: 0:00:01# Errors: 1, Warnings: 0 [ydpll_sim]$ My test project attached.