Forum Discussion
Altera_Forum
Honored Contributor
11 years agoYes, QSYS will automatically insert a MM-Bridge. But this is not very efficient.
An example: You want to connect ten PIOs with 32Bit width to your PCIe, QSYS will create ten Bridges between PCIe and the PIOs. This will need many ressources on your FPGA. The Better way: Implement one MM-Bridge by yourself and connect all ten PIOs to the Bridge and the other Port to PCIe. By this way you safe the Ressources for nine Bridges.