I'm trying to pass on to the design team the understanding and the ability to generate their own qdrii controller using UniPHY. Currently this is a done via a document which walks them through the generation using a number of screen shots from the Megawizard GUI.
It would be a lot simpler if we could do this via command line, say with a file with all the parameters in. I've had a look through the documentation and failed to find anything. We do this for memory generation. Before I go running to support does anybody know if this can be done for UniPHY? Thanks.链接已复制
Yes, you can do this, however you need to run the GUI MegaWizard once to create the retrieval information (at the bottom of the generated .v or .vhd instance file). Once you have this, you can copy just the retrieval info from the file and save it to a file <filename>. Then from the command line, you can type "qmegawiz -silent <filename>", and it should run the MegaWizard from the command line without any output to the console and without opening the GUI. You can now modify the parameters in the retrieval info in <filename> and re-run qmegawiz and it will recreate the files with your changes.
My mistake - looking back thats how I did our RAM generation - long time ago.
The documentation I wanted was Command-Line Scripting chapter in Vol 2 of Quartus II Handbook. What I think is the question, and I think I have now have the answer, is can you use it for UniPHY and I think, looking at the documentation, is no you have to use GUI. Thanks,