Altera_Forum
Honored Contributor
10 years agoGenerating ALTPLL with the Command Line
I'd like to generate an ALTPLL block (see zip attachment) by means of a command-line tool. I'd like to say something along the lines of:
"C:\altera\15.0\quartus\sopc_builder\bin\ip-generate" --output-directory="." --file-set=QUARTUS_SYNTH --language=VERILOG --component-name=altpll --output-name="PLL" --system-info=DEVICE_FAMILY="MAX 10" --component-parameter=OPERATION_MODE=NO_COMPENSATION --component-parameter=INCLK0_INPUT_FREQUENCY="50 MHz" --component-parameter=CLK0_OUTPUT_FREQUENCY="10 MHz" This does not work: it ignores the output frequency parameter and generates a complicated .v file (with read and write ports, etc.) instead of the simple .qip and .v (with only "inclk", "c0" and "locked" ports) that the qsys wizard generates (see zip attachment). Please could someone point me in the direction of a decent manual / examples of how to do this correctly? If possible, I would prefer using the GUI-level parameters, not the low-level parameters, as I want to use a version that is as device-independent as possible.