Forum Discussion
Altera_Forum
Honored Contributor
16 years agoi dont really sure which printout you need so i hope you want those:
warnings when compiling the libraries:
** Warning: /<path for altera>/altera/quartus2/9.0/quartus/eda/sim_lib/stratixiv_atoms.vhd(1852): VITAL timing generic missing port reference(s).
(1076.4 section 4.3.2.1.2)
i dont really why there is a warning here because i didnt touch that file... ------------------------------------------------- warnings when compiling the files: i'm using liunx this command in linux environment : vcom -O4 -work modelsim_work -93 -quiet -nologo -explicit -source <mega wizard path>/<device name>_phy_alt_mem_phy_seq.vhd (all the other files necessary have been compiled without warnings) the warnings for this file are: # ##### /<mega wizard path>/<device name>_phy_alt_mem_phy_seq.vhd(12028): signal mmi_ctrl : t_mmi_ctrl;
** Warning: ../vhdl/vendors_ips/mega_wizard/<device name>/<device name>_phy_alt_mem_phy_seq.vhd(12028): Nonresolved signal 'mmi_ctrl' may have multiple sources.
Drivers:
/<mega wizard path>/<device name>_phy_alt_mem_phy_seq.vhd(12306):Statement mmi
/<mega wizard path>/<device name>_phy_alt_mem_phy_seq.vhd(12455):Process line__12455
Driven at:
/<mega wizard path>/<device name>_phy_alt_mem_phy_seq.vhd(12462)
# ##### /<mega wizard path>/<device name>_phy_alt_mem_phy_seq.vhd(12064): signal parameterisation_rec : t_algm_paramaterisation;
** Warning: /<mega wizard path>/<device name>_phy_alt_mem_phy_seq.vhd(12064): Nonresolved signal 'parameterisation_rec' may have multiple sources.
Drivers:
/<mega wizard path>/<device name>_phy_alt_mem_phy_seq.vhd(12306):Statement mmi
/<mega wizard path>/<device name>_phy_alt_mem_phy_seq.vhd(12455):Process line__12455
Driven at:
/<mega wizard path>/<device name>_phy_alt_mem_phy_seq.vhd(12460)# ##### /<mega wizard path>/<device name>_phy_alt_mem_phy_seq.vhd(12077): signal mmi_pll : t_mmi_pll_reconfig;
** Warning: /<mega wizard path>/<device name>_phy_alt_mem_phy_seq.vhd(12077): Nonresolved signal 'mmi_pll' may have multiple sources.
Drivers:
/<mega wizard path>/<device name>_phy_alt_mem_phy_seq.vhd(12306):Statement mmi
/<mega wizard path>/<device name>_phy_alt_mem_phy_seq.vhd(12455):Process line__12455
Driven at:
/<mega wizard path>/<device name>_phy_alt_mem_phy_seq.vhd(12461)