Altera_Forum
Honored Contributor
13 years agoCompilation problem in the simulation tool
Hi,
I can't compile two libraries during execution of msim_steup.tcl, the simulation tool informs: --- Quote Start --- # -- Compiling entity trans_10gbaser_qsys_trans_10gbaser_megawizard_0_phy_mgmt_translator_avalon_universal_slave_0_agent # ** Error: (vcom-7) Failed to open library file "[...]\libraries\trans_10gbaser_qsys_trans_10gbaser_megawizard_0_phy_mgmt_translator_avalon_universal_slave_0_agent/trans_10gbaser_qsys_trans_10gbaser_megawizard_0_phy_mgmt_translator_avalon_universal_slave_0_agent" in read/write/execute mode.# No such file or directory. (errno = ENOENT) --- Quote End --- (I added myself the three dots of course). I identified the two lines in msim_setup.tcl which are the problem: --- Quote Start --- vcom "$QSYS_SIMDIR/submodules/trans_10gbaser_qsys_trans_10gbaser_megawizard_0_phy_mgmt_translator_avalon_universal_slave_0_agent.vho" -work trans_10gbaser_qsys_trans_10gbaser_megawizard_0_phy_mgmt_translator_avalon_universal_slave_0_agent vcom "$QSYS_SIMDIR/submodules/trans_10gbaser_qsys_alt_xcvr_reconfig_0_reconfig_mgmt_translator_avalon_universal_slave_0_agent.vho" -work trans_10gbaser_qsys_alt_xcvr_reconfig_0_reconfig_mgmt_translator_avalon_universal_slave_0_agent --- Quote End --- What did I do wrong? What can I do please?