--- Quote Start ---
I tried to add my vhdl code, in the code created by sopcBuilder, where it says:
"<ALTERA_NOTE> INSERTED BETWEEN CODE HERE and add your component signal declaration here"
but then ModelSim says:
# ** Warning: (VSIM-3473) Component instance "componente_trasmissione: top_component_comunicatore" is not bound.
why not bound? What's wrong?
thanks very much.
--- Quote End ---
It means that there was no architecture found for the entity called 'top_component_comunicatore'. Find the VHDL file that contains the architecture and include it into the Modelsim project.
Kevin Jennings