Altera_Forum
Honored Contributor
16 years agoA bug in qmegawiz -silent module=altpll?
I want to use qmegawiz command line to generate altpll.I enter the command line as follows:"qmegawiz module=altpll INTENDED_DEVICE_FAMILY="Cyclone III" ARESET=unused locked=unused INCLK0_INPUT_FREQUENCY=20000 CLK0_DIVIDE_BY=10 -p:\test pll.v"
:confused: The error occur as follows: Error: XML source file altpll_wiz_map.xml not found qmegawiz [options] [module=<mf_name> param1=value param2=value ... port1 port2 ...] <file_name> The last argument to qmegawiz should be the file name. options: -help or -h Displays this help module=<mf_name> Specifies the megafunction name to create new wrappers from command line Megafunction parameters and ports can be specified in the command line Megafunction name is optional when editing existing wrappers entity=<mf_name> same as module=<mf_name> megafunction=<mf_name> same as module=<mf_name> wizard=<wizard_name> Specifies the wizard name to create new wrappers from command line Wizard name is optional when editing wrappers plugin=<wizard_name> same as wizard=<wizard_name> -f:<param_file> Gets parameter assignments and port selections from the given file. Megafunction parameters should be specified in the format <par_name>=<value> Megafunction port usage can be set as <port>=used or <port>=unused Optional output files generated by the megawizard can be selected/deselected through the parameter OPTIONAL_FILES. INST controls the generation of <variation>_inst.v INC controls the generation of <variation>.inc CMP controls the generation of <variation>.cmp BSF controls the generation of <variation>.bsf BB controls the generation of <variation>_bb.v WAVE controls the generation of sample waveform file(s) (wherever the wizard supports it) SIM_NETLIST controls the generation of simulation netlist file (wherever the wizard supports it) SYNTH_NETLIST controls the generation of synthesis netlist file (wherever the wizard supports it) ALL generates all the applicable optional files NONE disables the generation of all optional files The above values when preceded by a '-' disable the generation of the file Multiple files can be enabled or disabled as shown below OPTIONAL_FILES=NONE|INC|CMP enables include and component files only OPTIONAL_FILES=ALL|-INC enables all files except include file List of megafunctions supported by the qmegawiz command line mode are alt2gxb altclkctrl altddio_bidir altddio_in altddio_out altecc_decoder altecc_encoder altfp_add_sub altfp_compare altfp_sqrt altiobuf_bidir altiobuf_in altiobuf_out altlvds_rx altlvds_tx altmult_accum altmult_complex altsyncram dcfifo Error: XML source file altpll_wiz_map.xml not found qmegawiz [options] [module=<mf_name> param1=value param2=value ... port1 port2 ...] <file_name> The last argument to qmegawiz should be the file name. options: -help or -h Displays this help module=<mf_name> Specifies the megafunction name to create new wrappers from command line Megafunction parameters and ports can be specified in the command line Megafunction name is optional when editing existing wrappers entity=<mf_name> same as module=<mf_name> megafunction=<mf_name> same as module=<mf_name> wizard=<wizard_name> Specifies the wizard name to create new wrappers from command line Wizard name is optional when editing wrappers plugin=<wizard_name> same as wizard=<wizard_name> -f:<param_file> Gets parameter assignments and port selections from the given file. Megafunction parameters should be specified in the format <par_name>=<value> Megafunction port usage can be set as <port>=used or <port>=unused Optional output files generated by the megawizard can be selected/deselected through the parameter OPTIONAL_FILES. INST controls the generation of <variation>_inst.v INC controls the generation of <variation>.inc CMP controls the generation of <variation>.cmp BSF controls the generation of <variation>.bsf BB controls the generation of <variation>_bb.v WAVE controls the generation of sample waveform file(s) (wherever the wizard supports it) SIM_NETLIST controls the generation of simulation netlist file (wherever the wizard supports it) SYNTH_NETLIST controls the generation of synthesis netlist file (wherever the wizard supports it) ALL generates all the applicable optional files NONE disables the generation of all optional files The above values when preceded by a '-' disable the generation of the file Multiple files can be enabled or disabled as shown below OPTIONAL_FILES=NONE|INC|CMP enables include and component files only OPTIONAL_FILES=ALL|-INC enables all files except include file List of megafunctions supported by the qmegawiz command line mode are alt2gxb altclkctrl altddio_bidir altddio_in altddio_out altecc_decoder altecc_encoder altfp_add_sub altfp_compare altfp_sqrt altiobuf_bidir altiobuf_in altiobuf_out altlvds_rx altlvds_tx altmult_accum altmult_complex altsyncram dcfifo