Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17244 Discussions

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

SBurk3
Beginner
9,911 Views

 

 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.

 

0 Kudos
4 Replies
CalvinJoaz_P_Intel
9,410 Views
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.
0 Kudos
SBurk3
Beginner
9,410 Views

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

Fredeico
Beginner
2,548 Views

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?

0 Kudos
sstrell
Honored Contributor III
2,527 Views

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.

0 Kudos
Reply