Problem with ModeltSim XE

Z

zlotawy

Guest
Hello,
I would like to simulate my project in Xilinx ISE 9.2. I installed ModelSim
XE 6.2g.

When I set Behavioral Simulation and click "Simulate", the window of MSXE
open and I get message that my own package could not be loaded.


There is problem because i use my own package in the project. I tried to add
this package in MSXE but it does not see it.

Do You know 3 steps how to make it?


Thanks
zlotawy
 
zlotawy wrote:

There is problem because i use my own package in the project. I tried to add
this package in MSXE but it does not see it.

Do You know 3 steps how to make it?
1. vcom my_package.vhd
2. vcom my_tb.vhd
3. vsim my_tb

-- Mike Treseler
 
Uzytkownik "Mike Treseler" <mike_treseler@comcast.net> napisal w wiadomosci
news:5m2fonFbcvihU1@mid.individual.net...
zlotawy wrote:

There is problem because i use my own package in the project. I tried to
add
this package in MSXE but it does not see it.

Do You know 3 steps how to make it?


1. vcom my_package.vhd
it works

2. vcom my_tb.vhd
message: "vcom-1136) Unknown identifier "my_package".

Library work is created and it contains "my_package". But i can not add
anything vhdl file which contains "use my_package.all".

:(

zlotawy
 
"zlotawy" <spawnek@wp.NO_SPAM.pl> wrote in message
news:fdjmnn$nr9$1@inews.gazeta.pl...
Uzytkownik "Mike Treseler" <mike_treseler@comcast.net> napisal w
wiadomosci news:5m2fonFbcvihU1@mid.individual.net...
zlotawy wrote:

There is problem because i use my own package in the project. I tried to
snip

2. vcom my_tb.vhd

message: "vcom-1136) Unknown identifier "my_package".

Library work is created and it contains "my_package". But i can not add
anything vhdl file which contains "use my_package.all".
use work.my_package.all

KJ
 
Użytkownik "KJ" <kkjennings@sbcglobal.net> napisał w wiadomości
news:gFgLi.1580$hI7.1022@newssvr17.news.prodigy.net...
use work.my_package.all

<ok>

:)

Thanks,
zlotawy
 

Welcome to EDABoard.com

Sponsor

Back
Top