Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Compilation 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?

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I resolved the problem: the access path is too long for the compiler of the simulation tool ( Questasim 10.0d ).

    I had to put the submodules folder with the related .vhd at the root of a partition of the harddisk...

    Thanks Altera