hi..
while simulating a vhdl entity using verilog testbench using questa simulator i got the following error
----------------------------------------------------------------------
# ** Error: (vsim-3043) /home/lma/lma-verilog/ca/questa/states_chain_test.v(728): Unresolved reference to 'cap_ac0_aifs_r' in uu_acmac_cap_tb.U_CAP.cap_ac0_aifs_r.
# Region: /uu_acmac_cap_tb/test
# ** Error: (vsim-3043) /home/lma/lma-verilog/ca/questa/states_chain_test.v(728): Unresolved reference to 'cap_ac0_backoff_r' in uu_acmac_cap_tb.U_CAP.cap_ac0_backoff_r.
# Region: /uu_acmac_cap_tb/test
------------------------------------------------------------------------
on searching on the net i found that we have to make the corresponding libraries visible to the simulator and we have compile the coresponding libraries.. can u please help me in this regard???
thanks and regards.