Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17267 Discussions

Internal circuits in sopc

Altera_Forum
Honored Contributor II
1,188 Views

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.
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
477 Views

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

0 Kudos
Altera_Forum
Honored Contributor II
477 Views

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

0 Kudos
Altera_Forum
Honored Contributor II
477 Views

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.

0 Kudos
Reply