Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHi Anand,
I thank you for your reply. i really appreciate it. Yes i tried to load them manually. I followed the script you attached and also in _setup.tcl and i think it worked with script. (attached file) The problem is, simulation running is launched automatically but what i want is to use it as a component in another top level file including many LPMs. I tried to modify the <file>.do with commenting the "elab" and "run" commands to avoid the simulation of the mult. When i compiled the rest of files included in the project and run the simulation i have this kind of errors "Loading work.coef274(rtl) # Loading coef274_lpm_mult_170.coef274_lpm_mult_170_aafwdzy # ** Error: (vsim-3033) C:/Users/HP/Desktop/test_lpm_sim_script/coef274/sim/../lpm_mult_170/sim/coef274_lpm_mult_170_aafwdzy.v(30): Instantiation of 'lpm_mult' failed. The design unit was not found. # Time: 0 ps Iteration: 0 Instance: /test_dct5_b4_v2/c1/comp_etage1/compcoef274/lpm_mult_0 File: C:/Users/HP/Desktop/test_lpm_sim_script/coef274/sim/../lpm_mult_170/sim/coef274_lpm_mult_170_aafwdzy.v # Searched libraries: # C:/Users/HP/Desktop/test_lpm_sim_script/libraries/work" I think the inner components of the LPM are no longer compiled and added in the hierarchical. Can you help me with that please? Thank you again