• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Logic Design
  3. Warning: "work.example_pkg" not found (work.example_pkg...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 61
  • Views 5682
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Warning: "work.example_pkg" not found (work.example_pkg found and used)

archive
archive over 18 years ago

Hi,
I'm new to Conformal. I'm getting a warning message as follows:

Warning: example.vhd:37:26: "work.example_pkg" not found (work.example_pkg found and used).

Any idea what it's talking about? Any help would be highly appreciated.

Thanks,
Meshbah


Originally posted in cdnusers.org by Meshbah
  • Cancel
  • archive
    archive over 18 years ago

    Hi Meshbah

    Apologies for the delay. I just tried to reproduce the warning message. It's related to reading in VHDL libraries.

    Looks like you're doing:

    read design -vhdl \
    example_pkg.vhd \
    example.vhd

    The recommended way is actually:

    read design -vhdl \
    example.vhd \
    -mapfile work example_pkg.vhd

    That way the package is explicitly put into library 'work' and the warning won't be triggered. It will still work either way in this case though.

    Chrystian

    P.S. I usually like to put all the RTL files, followed by -map arguments, and end with -mapfile ones. It's best not to mix them up all over the place.


    Originally posted in cdnusers.org by croy
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information