Forum Discussion
Altera_Forum
Honored Contributor
11 years agoRather than writing the PCIe core parameters down, you can convert the .qsys XML file to Tcl, and have "software" write the parameters down for you ...
http://www.alterawiki.com/wiki/qsys_scripts You can use this script to generate a Tcl equivalent of your Qsys system, and then have that Tcl decide what parameters to include, eg., create a .qsys file for 14.0 or 13.x, taking care to only include parameters expected by that version of Quartus. The fact that you can do this leads to the obvious question; Why did Altera use XML for .qsys files, when they could have just used Tcl? Cheers, Dave