Altera_Forum
Honored Contributor
15 years agoError: Node instance "U1" instantiates undefined entity
I have a verilog code working with multiple files. I use synopsys library DW01_addsub, DW02_mult, DW01_add, DW01_sub and DW03_pipe_reg so that the resource can be optimal.
When I tried to start Alalysis & Elaboration (Quartus II version 10.1), there are many errors: Error: Node instance "U1" instantiates undefined entity "DW01_addsub" Error: Node instance "mult" instantiates undefined entity "DW02_mult" Error: Node instance "add" instantiates undefined entity "DW01_add" Error: Node instance "sub" instantiates undefined entity "DW01_sub" Error: Node instance "U1" instantiates undefined entity "DW03_pipe_reg" I think there might be because of no link (path) to the synopsys library DW, is it right? How to link with the synopsys library?