Altera_Forum
Honored Contributor
11 years agoIs there an easy way to establish static reconfiguration of transceivers (VOD etc)
Last time I did an FPGA (Stratix IV) you could set transceiver analog properties (VOD, preemphasis etc.) right in the Megawizard. This was convenient if you did not mind re-compiling each time they were to be changed (i.e. you did not need to change them).
Now this does not seem to be possible (I'm using Quartus 13.1 or 14.1 with CycloneV device). I have yet to find any Quartus GUI now that allows clickable selection of analog settings. I get the impression from the multiple documents that I have read that I need to either: 1 - Instantiate reconfiguration controller that includes the Avalon interface. Instantiate a NIOS processor and bridge it to the Avalon interface. Write C code in the NIOS processor to configure transceivers. or 2 - Instantiate reconfiguration controller that includes the Avalon interface. Somehow get a MIF file configured with the configuration parameters you would like. Connect MIF to the reconfiguration controller. Is it really this involved now or am I missing something? Thanks