Forum Discussion

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

Internal circuits in sopc

Hello,

is it possible to connect (port to port) different moduls in the sopc builder?

In the xilinx software it was relatively easy, but I do not see possibility to do it in the sopc builder.

3 Replies

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

    Avalon streams are essentially port-to-port connections. Avalon memory mapped aren't directly connected together, some logic is inserted between the compenents.

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

    I meant a wire-connection not a complete streaming interface. An internal connection.

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

    No that's not possible in SOPC builder. You either use a stream interface, or declare the internal signals as 'exports' and connect them together outside of SOPC builder.