me0414013
Junior Member level 3
- Joined
- Aug 30, 2012
- Messages
- 28
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- ongole
- Activity points
- 1,504
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.
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.