drecassiano
New Contributor
3 years agoNIOS 2 Development: Compile
I create a NIOS 2 processor in platform designer 18.1 and then transferred into a Verilog file and then I do the following below in Quartus prime lite edition18.1.
- (double click) core(dir)
- (select) core_inst.v
- (click) Open
- Template to instantiate
- Select All: Copy
- Open: DE10_LITE_Golden_Top.v
- Past Core: change u0 to u3
When I do start analysis and elaboration I get the this error
Error (12006): Node instance "u3" instantiates undefined entity "core". 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.
If anyone could please help me out on this error?