Forum Discussion

SBurk3's avatar
SBurk3
Icon for New Contributor rankNew Contributor
7 years ago

I keep getting this error when i try and compile and havent been able to solve it. Any suggestions?

Error (12006): Node instance "inst" instantiates undefined entity "Lab_9_SevSegV2". Ensure that required library paths are specified correctly, define the specified entity, or change the instantiation. If this entity represents Intel FPGA or third-party IP, generate the synthesis files for the IP.

4 Replies

  • Hi Sean Burke, Good day. You are getting this error because you didn't set your own library, yet. Go to assignment -> Settings -> Library (Category Field) -> Add your library path, then apply it. Let me know if this has helped resolve the issue you are facing or if you need any further assistance. Thank you.
    • SBurk3's avatar
      SBurk3
      Icon for New Contributor rankNew Contributor

      Yes it did thank you so much I have been stuck on this for hours your a life saver

  • Fredeico's avatar
    Fredeico
    Icon for New Contributor rankNew Contributor

    Hi all.

    I'm having the same issue.

    I tried to set the library, but the error persists.

    The difference is I'm writing VHDL code.

    Any ideas?

    • sstrell's avatar
      sstrell
      Icon for Super Contributor rankSuper Contributor

      Really should create a new post, but without seeing the code where these instantiations are done, it's hard to tell what's wrong. Assuming you have divisor.vhd and PWM.vhd in that library location.