I cannot simulate

M

Max

Guest
in my project I have a package. Modelsim doesn't recognize it.

I can synthetize but modelsim says:
# ERROR: adc_ctrl.vhd(6): Unknown identifier: acq3000_pack

what is wrong with this?

thanks
 
Hi Max,
Make use that you declare the package before use

library <libray name>
use <library name>.acq3000_pack.all

entity .......

I would help when you ask questions to post the code that has a
problem if possible.

Jon

cialdi@firenze.net (Max) wrote in message news:<8e077568.0309120513.36a2e5a3@posting.google.com>...
in my project I have a package. Modelsim doesn't recognize it.

I can synthetize but modelsim says:
# ERROR: adc_ctrl.vhd(6): Unknown identifier: acq3000_pack

what is wrong with this?

thanks
 

Welcome to EDABoard.com

Sponsor

Back
Top