Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

Internal circuits in sopc

Altera_Forum
Honored Contributor II
1,195 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
484 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
484 Views

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

0 Kudos
Altera_Forum
Honored Contributor II
484 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