Altera_Forum
Honored Contributor
13 years agoQsys usage for dynamic reconfiguration in StratixV
Hi all,
I need to implement a transceiver configuration in Stratix V where i need to switch between different data rates. Before I was working with a Cyclone IV where the Megafunctions for making transceiver implementation were called altgx and altgx_reconfig. Now in Stratix V they are called different (PHY fucntions). I am trying to implement the example of dynamic reconfiguration shown in the document an664 but I don't understand why the use Qsys tool for implementing this Avalon Master-slaver. Is is really necessary to create Avalon functions for running a transceiver implementation? Or the design can work creating just the Low Latency PHY interface (transceiver interface), the Reconfiguration controller interface and the .MIF files? Thanks in advance