Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

system on chip

Hi,

someone could help me?

I designed the nioss with sopcbuilder, code with eclipse, hardware ad-hoc with Quartus.

Now how can I simulate it all together?

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.

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- 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