Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNeed help::: Error: Node instance "XXX" instantiates undefined entity "XXX"
Hi all, I am using nios processor to controll the userlogic(verilog) for my project.I have little experience with schematic entry. so I have created the symbol from the verilog code and I have c...
Altera_Forum
Honored Contributor
14 years agoYou should only use bidirectional signals when connecting to i/o ports of the FPGA. Signals inside the FPGA can only go in one direction. I don't think Quartus can synthesize an internal bidirectional bus, it will probably stop with a multiple drivers error.